Skip to content

Handle method calls on pointer receivers #117

@kalexmills

Description

@kalexmills

Another way a pointer from a range loop can be passed into a function is via a pointer receiver. Currently this is ignored, but it can also lead to issues in cases where the pointer receiver is written elsewhere in memory or used inside a goroutine.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfalse-negativethe issue can create a false-negativevet-botthe issue is part of VetBot's responsibility

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions