Bug#588737: Found the cause

2010-07-13 Thread Steve McIntyre
On Sun, Jul 11, 2010 at 04:07:01PM -0400, Mike Paul wrote: >tag 588737 patch >thanks > >I traced the problem to a strcpy() call in genisoimage whose arguments >are overlapping in memory, which isn't allowed but apparently worked >anyway with the strcpy() implementation in older versions of glibc.

Bug#588737: Found the cause

2010-07-11 Thread Mike Paul
tag 588737 patch thanks I traced the problem to a strcpy() call in genisoimage whose arguments are overlapping in memory, which isn't allowed but apparently worked anyway with the strcpy() implementation in older versions of glibc. The overlap is intentional, so memmove() should be used instead o