svn commit: r1866 - trunk/yasm/libyasm

peter at tortall.net peter at tortall.net
Fri Jun 1 12:39:29 PDT 2007


Author: peter
Date: Fri Jun  1 12:39:29 2007
New Revision: 1866

Modified:
   trunk/yasm/libyasm/linemap.c
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1866

Log:
Fix use-after-free in linemap_poke.  The first yasm_linemap_set call can
realloc linemap->map->vector, invalidating the mapping pointer.

Found by: zzuf+valgrind



More information about the yasm-cvs mailing list