Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs found by fuzzer #2779

Merged
merged 8 commits into from Mar 21, 2024
Merged

Fix bugs found by fuzzer #2779

merged 8 commits into from Mar 21, 2024

Conversation

touatily
Copy link
Contributor

@touatily touatily commented Mar 12, 2024

  • Fixing runtime error:

negation of -2147483648 cannot be represented in type 'int'

  • Check if filter field is not null also to prevent segmentation fault
  • In Route dmx, update alloc_size of an object if necessary when picking it from reservoir
  • Cast to u64 to avoid overflow in comparisons
  • Purge segment if there are any fragments that extend beyond the total length
  • Display warning message if received TOL is null

@aureliendavid aureliendavid merged commit 97ae7f1 into master Mar 21, 2024
16 checks passed
@aureliendavid
Copy link
Member

looks good, thanks!

@touatily touatily deleted the buildbot-fix-bugs-fuzzer branch March 21, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants