CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2017/09/24 03:14:25
Modified files: usr.bin/ctfconv: parse.c Log message: Handle parse_base() returning NULL for DW_TAG_base_type to avoid attemping to insert a NULL iterator leading to a NULL deref crash. Found with afl. ok mpi@