CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/08 16:12:57
Modified files: usr.bin/yacc : defs.h Log message: We still need to cast the resulting pointer in NEW and NEW2 as it is used in pointer arithmetic. Otherwise we do arithmetic on void * and corrupt the heap.