go-datastructures icon indicating copy to clipboard operation
go-datastructures copied to clipboard

bugfix: queue: uint64 is never less than 0

Open detailyang opened this issue 5 years ago • 2 comments

diff should be int64 else it never less than 0

detailyang avatar Mar 06 '19 08:03 detailyang

Security Insights

No security relevant content was detected by automated scans.

Action Items

  • Review PR for security impact; comment "security review required" if needed or unsure
  • Verify aviary.yaml coverage of security relevant code

Questions or Comments? Reach out on Slack: #support-infosec.

aviary2-wf avatar Mar 06 '19 08:03 aviary2-wf

It looks like some tests broken, because the diff is actually below 0

detailyang avatar Mar 07 '19 03:03 detailyang