gflohr / qgoda

Qgoda (pronounce: yagoda!) is an extensible static site generator with arbitrary taxonomies and cross-links and a strong focus on multilanguage facilities.
https://www.qgoda.net/
Other
30 stars 4 forks source link

Duktape Segmentation Fault #101

Open gflohr opened 1 year ago

gflohr commented 1 year ago

Perl (more probably JavaScript::Duktape::XS) segfaults, if the JSON schema of Qgoda contains this error:

additionalProperties => "false",

Note the string "false" instead of the keyword false.

gflohr commented 1 year ago

This is, of course, rather a bug in Duktape than in Qgoda. The issue here is merely a reminder.