Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Fix changenote typo #378

Merged
merged 1 commit into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion change-notes/2020-10-14-allocation-overflow-accuracy.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lgtm,codescanning
* The accuracy of the `go/allocation-size-overflow` query was removed, excluding more false-positives in which a small array could be mistaken for one of unbounded size.
* The accuracy of the `go/allocation-size-overflow` query was improved, excluding more false-positives in which a small array could be mistaken for one of unbounded size.