CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2014/12/04 21:03:58
Modified files: usr.bin/yacc : reader.c Log message: Rework the number handling to avoid an integer overflow/crash found with the afl fuzzer. This is tedu's simplified version of an earlier patch from me. ok tedu@