aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-getattrpos-undefined.exp
AgeCommit message (Collapse)Author
2018-04-03libexpr: Make unsafeGetAttrPos not crash on noPosTuomas Tynkkynen
Currently e.g. `builtins.unsafeGetAttrPos "abort" builtins` will eventually segfault because pos->file is an unset Symbol. Found by afl-fuzz.