povray
povray copied to clipboard
Missing close brace causing segfault in >v3.8 parser code.
In releases / branches which include the newer parser updates (>3.8 release code), missing close brace(s) causing seg faults for both scale functions and vector functions where the function ID is called before the definition is finished. The function definition being unfinished because it's missing one or more closing braces.
v3.8 beta two and earlier releases correctly complain about the function being called before it's defined and suggesting a missing brace might be the cause.
See the attached tarball for two scenes and a README detailing the fixes I've made to my playpen branch.