Fix division by zero UB in packet size logic.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix division by zero UB in packet size logic.
Antonio Sánchez
requested to merge
cantonios/eigen:ubsan
into
master
Feb 12, 2024
Overview
0
Commits
1
Pipelines
1
Changes
1
We never actually
use
the UB result, but internal sanitizer tests fail because of this.
Merge request reports
Loading