]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Removed the restriction that the size argument of drd_pre_mem_read_asciiz()
authorBart Van Assche <bvanassche@acm.org>
Mon, 26 Oct 2009 16:14:04 +0000 (16:14 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 26 Oct 2009 16:14:04 +0000 (16:14 +0000)
commit7d9922bc863b00c66253a8d220b1469d43de924f
treec63fe1019663c9a90adecd261b94fd5fcfc37a73
parentead7766abe84adcde2999fbdcbb1c2802164fdf9
Removed the restriction that the size argument of drd_pre_mem_read_asciiz()
should be less than 4096 bytes. This function is called a.o. for the path
argument of the open() system call. This path can be longer than 4096 bytes.
Should fix bug #211941.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10905
drd/drd_main.c