Is `Meta.parse` safe to use on unsanitized external input?

Well, while true try Meta.parse(transcode(String, rand(UInt8,20))) catch end end does not do anything interesting, so I guess now is a good time to learn how to use libfuzzer. Seems like a fun distraction.

1 Like