Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-03 | libexpr: Make unsafeGetAttrPos not crash on noPos | Tuomas Tynkkynen | |
Currently e.g. `builtins.unsafeGetAttrPos "abort" builtins` will eventually segfault because pos->file is an unset Symbol. Found by afl-fuzz. |