Skip to content
Snippets Groups Projects

Avoided undefined bit shifting of signed value.

Merged Petter Reinholdtsen requested to merge avoid-signed-mathops-shift into master

Use multiplication instead, allowing the compiler to optimize to bitshifts if it believe it to be safe.

Fixes a few issues discovered by --enable-gcc-sanitize-address in !31 (merged).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading