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