The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
FS#326 - restricted setting ignored in 3.7
Opened by Andrey Zholos (aaz) - Tuesday, 22 July 2014, 15:10 GMT
Last edited by William F Pokorny (wfpokorny) - Tuesday, 22 November 2016, 19:19 GMT
|
DetailsDue to a typo in the conf file parser (introduced, I think, in refactoring after 3.6), the restricted setting is ignored, and access checks aren’t performed. Fixing this reveals some other issues:
See attached patch.
Relatedly, I think it would be nice to add a new replacement token
Also, there’s a realpath function that could simplify path handling, though I’m not sure if it’s available on all platforms. |
Now tracked on github as issue #158.