diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-09 22:31:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-09 22:31:53 +0000 |
commit | b0b40d9a00bb3218408b190a387692e7ddfa028c (patch) | |
tree | fb1758ebd6471858997d9a99332eb65266074884 /RELEASE-NOTES | |
parent | 71b105ceb1091341e855c3eeb430b5c7d0321ebc (diff) |
Andrew Moise filed bug report #1847501
(http://curl.haxx.se/bug/view.cgi?id=1847501) and pointed out a memcpy()
that should be memmove() in the convert_lineends() function.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d69a091cd..6dbe307c1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -53,6 +53,6 @@ advice from friends like these: Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black, Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden, - Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset + Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise Thanks! (and sorry if I forgot to mention someone) |