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.
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
2 matches
Mail list logo