mirror of https://github.com/golang/go.git
Fix a coding error in coverage meta-data decoding in the method decodemeta.CoverageMetaDataDecoder.ReadFunc. The code was not unconditionally assigning the "function literal" field of the coverage.FuncDesc object passed in, resulting in bad values depending on what the state of the field happened to be in the object. Fixes #57942. Change-Id: I6dfd7d7f7af6004f05c622f9a7116e9f6018cf4f Reviewed-on: https://go-review.googlesource.com/c/go/+/462955 Run-TryBot: Than McIntosh <thanm@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> |
||
|---|---|---|
| .. | ||
| calloc | ||
| cformat | ||
| cmerge | ||
| decodecounter | ||
| decodemeta | ||
| encodecounter | ||
| encodemeta | ||
| pods | ||
| rtcov | ||
| slicereader | ||
| slicewriter | ||
| stringtab | ||
| test | ||
| uleb128 | ||
| cmddefs.go | ||
| defs.go | ||
| pkid.go | ||