]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix an off-by-1 error for copying overlapping bitmaps in r346416. For
authorbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:04:10 +0000 (13:04 +0000)
committerbde <bde@FreeBSD.org>
Fri, 26 Apr 2019 13:04:10 +0000 (13:04 +0000)
commit382d03d2b8c18b47fada3ba2895a97cabc81c134
treef5dffc474b693616f0ee1378f75caa7b31426c62
parent722f733b1d9a8413168fd3f37c6aa318d3b4f7ec
Fix an off-by-1 error for copying overlapping bitmaps in r346416.  For
nonzero height, the first line in the original order was not copied, and
for zero height, garbage lines before the first were copied until a crash
occurred.
lib/libvgl/bitmap.c