diff options
author | Mikael Pettersson <mikpe@it.uu.se> | 2013-04-14 10:56:47 +0200 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-05-03 16:10:50 +0100 |
commit | 1f6f1c7f6f7843b745e2e6d6a67cd9bf3671d319 (patch) | |
tree | 5404373b0262e25d1e43069728a632e5b5d44295 /src/jpeg-8c/jdcolor.c | |
parent | f3013ff9b5fef8ac0789c3a12035291a9ad1470d (diff) |
Fix memmove()
[The lcc source] overrides the libc memmove() with its own implementation,
but that implementation fails to follow the specification. In particular,
it returns NULL rather than memmove()'s first parameter.
GCC now optimizes based on this aspect of the specification, so things go
wrong at runtime.
[Text & patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56881#c8]
Diffstat (limited to 'src/jpeg-8c/jdcolor.c')
0 files changed, 0 insertions, 0 deletions