protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Possible deref after null

Open sminux opened this issue 8 months ago • 0 comments

After having been compared to a nil value at table_unmarshal_gogo.go:54, pointer 'f.p' is passed in call to function 'proto.pointer.setPointer' at table_unmarshal_gogo.go:56 where it is dereferenced at pointer_unsafe.go:263.

sminux avatar Jun 27 '24 12:06 sminux