]> granicus.if.org Git - curl/commit
snprintf() made a single-byte buffer overflow, as it could write a zero
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Oct 2003 15:37:45 +0000 (15:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Oct 2003 15:37:45 +0000 (15:37 +0000)
commit4cccceb0342c59441c6ae693612c557dbebcc03a
tree18d042d428e7bd465b633d08542ccce1e1ee784b
parent245ab7c79642bc055445aac77e3307cab279d23a
snprintf() made a single-byte buffer overflow, as it could write a zero
outside its given buffer. Discovered and reported by James Bursa.
lib/mprintf.c