1
0
mirror of https://github.com/golang/go synced 2024-10-06 09:11:21 -06:00
go/src/fmt
Rob Pike c6688b7b1f fmt: fix panic with large precision
The code already handled high widths but not high precisions.
Also make sure it handles the harder cases of %U.

Fixes #10745.

Change-Id: Ib4d394d49a9941eeeaff866dc59d80483e312a98
Reviewed-on: https://go-review.googlesource.com/9769
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-05-07 20:12:39 +00:00
..
doc.go fmt: treat reflect.Value specially - as the value it holds 2015-04-15 15:59:39 +00:00
export_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
fmt_test.go fmt: fix panic with large precision 2015-05-07 20:12:39 +00:00
format.go fmt: fix panic with large precision 2015-05-07 20:12:39 +00:00
print.go fmt: prevent panic from %.[] 2015-05-05 21:07:38 +00:00
scan_test.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
scan.go fmt: document that Scanf returns an error the same as Scan 2015-05-05 19:48:50 +00:00
stringer_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00