]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: mention bugs found by go-fuzz
authorDmitry Vyukov <dvyukov@google.com>
Sat, 30 May 2015 12:19:56 +0000 (15:19 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 30 May 2015 12:21:56 +0000 (12:21 +0000)
I think it's worth mentioning.
But the final decision is up to you.

Change-Id: I3959132600ecc554988524ede73a7f6e8eac8353
Reviewed-on: https://go-review.googlesource.com/10551
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
doc/go1.5.txt

index f2ceb1d56b6d1e6ec12234590f620ae9cb99d6e2..fc410c90012c54c53b247422bf293c661f9ee1d0 100644 (file)
@@ -146,3 +146,9 @@ ARM assembly syntax has had some features removed.
        
 Also expression evaluation now uses uint64s instead of signed integers and the
 precedence of operators is now Go-like rather than C-like.
+
+Standard library hardening
+35 bugs found by randomized testing with go-fuzz (https://github.com/dvyukov/go-fuzz)
+were fixed in fmt, archive/zip, archive/tar, encoding/gob, image/jpeg, image/png,
+image/gif, compress/flate, text/template, html/template. The fixes harden implementation
+against incorrect and malicious inputs.