yasm/modules
Peter Johnson 0d3b3797e5 Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables.
- strcpy() was being used with overlapping memory ranges; switched to memmove().
- bline->line_number was not set in one location.

Exact causes identified using valgrind.

svn path=/trunk/yasm/; revision=2348
2010-08-01 17:44:56 +00:00
..
arch Rename RDRND feature bit to RDRAND. 2010-08-01 01:37:37 +00:00
dbgfmts Instead of initializing unknown sections en-masse during objfmt_output(), 2010-03-28 19:28:54 +00:00
listfmts Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
objfmts win32: Make external safeseh work again (broken in [2343]). 2010-08-01 17:31:12 +00:00
parsers Fix #201: explicitly ignore [warning] directive and treat as warning. 2010-05-16 03:37:00 +00:00
preprocs Fix #213: Fix gas-preproc misuse of strcpy() and uninitialized variables. 2010-08-01 17:44:56 +00:00
CMakeLists.txt (cmake build) Install DLL files to correct locations on Windows. 2008-05-24 18:30:29 +00:00
Makefile.inc Create new working branch for new (Robertson 1977) optimizer. 2005-10-08 05:45:29 +00:00