]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix strtoll("0x", ptr, 0) to set *ptr to position of 'x', not after it.
[wget] / src / ChangeLog
index 43784484482e2ec778e6aadf18b4f3cabbac2eed..4ff935951f256f23cceae13de4e4b356c565802f 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cmpt.c (strtoll): Correctly handle strtoll("0x", ptr, 0) and
+       strtoll("0x<nonhexchar>", ptr, 0) -- in both cases *ptr must be
+       set to the position of 'x', not after it.
+
 2005-08-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * hash.c (hash_table_map): Rename to hash_table_for_each and