-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Improvement the int conversion overflow logic to handle bound checks #1194
Improvement the int conversion overflow logic to handle bound checks #1194
Commits on Sep 4, 2024
-
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2b4d2f - Browse repository at this point
Copy the full SHA d2b4d2fView commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb90989 - Browse repository at this point
Copy the full SHA fb90989View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9236690 - Browse repository at this point
Copy the full SHA 9236690View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed4e600 - Browse repository at this point
Copy the full SHA ed4e600View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97552d6 - Browse repository at this point
Copy the full SHA 97552d6View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ab8ce6 - Browse repository at this point
Copy the full SHA 1ab8ce6View commit details -
add test case for len function
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd2f56b - Browse repository at this point
Copy the full SHA dd2f56bView commit details -
relax len function bounds checks
Co-authored-by: Ben Krieger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 945c388 - Browse repository at this point
Copy the full SHA 945c388View commit details -
handle cases when convert instruction is after the if blocks
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ad7744 - Browse repository at this point
Copy the full SHA 0ad7744View commit details -
improve range check discovery, add tests
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fdff93 - Browse repository at this point
Copy the full SHA 6fdff93View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 51f95f8 - Browse repository at this point
Copy the full SHA 51f95f8View commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c4433c - Browse repository at this point
Copy the full SHA 1c4433cView commit details -
calculate signed min without throwing overflow warnings
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 665036b - Browse repository at this point
Copy the full SHA 665036bView commit details -
perform bounds checks int size calculations
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b4830a - Browse repository at this point
Copy the full SHA 7b4830aView commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 553d10f - Browse repository at this point
Copy the full SHA 553d10fView commit details -
uintptr -> unsafe.Pointer test case
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8160ea - Browse repository at this point
Copy the full SHA b8160eaView commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f490e90 - Browse repository at this point
Copy the full SHA f490e90View commit details -
Change-Id: I8da6495eaaf25b1739389aa98492bd7df338085b Signed-off-by: Cosmin Cojocar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c8555a - Browse repository at this point
Copy the full SHA 1c8555aView commit details -
fix false positive for negated value
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c8f85f - Browse repository at this point
Copy the full SHA 3c8f85fView commit details -
Signed-off-by: czechbol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58dc764 - Browse repository at this point
Copy the full SHA 58dc764View commit details -
Ignore the golangci/gosec G115 warning
Change-Id: I0db56cb0a5f9ab6e815e2480ec0b66d7061b23d3 Signed-off-by: Cosmin Cojocar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f0427a - Browse repository at this point
Copy the full SHA 9f0427aView commit details