diff options
| author | Rémy Oudompheng <remyoudompheng@gmail.com> | 2022-04-29 11:54:13 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-06-24 23:50:20 +0000 |
| commit | 41e1d9075e428c2fc32d966b3752a3029b620e2c (patch) | |
| tree | 9ffacd1d67f9f80cb87e9a062d818d73a1791acf /misc/cgo/errors/errors_test.go | |
| parent | bd4753905d15035fabbc4dda79573506090fe40b (diff) | |
| download | go-41e1d9075e428c2fc32d966b3752a3029b620e2c.tar.xz | |
strconv: avoid panic on invalid call to FormatFloat
Calling FormatFloat with an invalid value of fmt is expected
to return a string containing '%' and the input fmt character.
Since even before Go 1.0, the code has been panicking in the
case where prec=0.
Fixes #52187
Change-Id: I74fec601eedb7fe28efc5132c4253674661452aa
Reviewed-on: https://go-review.googlesource.com/c/go/+/402817
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'misc/cgo/errors/errors_test.go')
0 files changed, 0 insertions, 0 deletions
