|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker mailing list Archives
[ curl-Bugs-1847501 ] memcpy() in convert_lineends() should be memmove()
From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 09 Dec 2007 14:32:38 -0800
Bugs item #1847501, was opened at 2007-12-09 22:41
Please note that this message will contain a full copy of the comment thread,
Initial Comment:
memcpy(startPtr, startPtr+1, size-1);
This should obviously be memmove(), since startPtr and startPtr+1 are going to overlap.
----------------------------------------------------------------------
>Comment By: Daniel Stenberg (bagder)
Message:
Good catch, thanks!
Fix committed now.
----------------------------------------------------------------------
You can respond by visiting:
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info