CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/27 03:22:20
Modified files:
usr.bin/ctfdump: ctfdump.c
Log message:
Prevent out-of-bound leading to an invalid pointer dereference when
dumping functions.
Sync the logic with the kernel iterator for that.
Issue found by jsg@ with afl(1).
