Fix incorrect handling of overlapping memory areas in bcopy32 syslinux-3.55-pre3
authorH. Peter Anvin <hpa@zytor.com>
Fri, 4 Jan 2008 04:32:11 +0000 (20:32 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 4 Jan 2008 04:32:11 +0000 (20:32 -0800)
commit6e799707077193baa008edcb040aadcd913bac90
treedfe4a293a19a7634b80bc5ad6c4f34a2d69fdc83
parentcaa70e42a5e2a6f74a1624900d84c33a3d71a91e
Fix incorrect handling of overlapping memory areas in bcopy32

bcopy32 had the test for forwards vs. backwards copy backwards, which
of course resulted in disaster when memory areas actually overlapped
themselves.
NEWS
bcopy32.inc