You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed fuzzing, and found arithmetic overflow bug on date.rs. Tested on 0.3.22 but would be reproduced on latest version. Here I omits detailed reproduction steps, as those cases looks quite obvious... Please let me know anyone needs more details.
Case-1 : NumericalStdDuration impl for u64
Thread '<unnamed>' panicked at 'attempt to multiply with overflow', time-0.3.22/src/ext.rs:223
Thread '<unnamed>' panicked at 'attempt to multiply with overflow', time-0.3.22/src/ext.rs:227
Thread '<unnamed>' panicked at 'attempt to multiply with overflow', time-0.3.22/src/ext.rs:231
Thread '<unnamed>' panicked at 'attempt to multiply with overflow', time-0.3.22/src/ext.rs:235
I executed fuzzing, and found arithmetic overflow bug on date.rs. Tested on 0.3.22 but would be reproduced on latest version. Here I omits detailed reproduction steps, as those cases looks quite obvious... Please let me know anyone needs more details.
Case-1 :
NumericalStdDuration
impl foru64
time/time/src/ext.rs
Lines 222 to 236 in c96bb1a
Case-2
time/time/src/duration.rs
Lines 1348 to 1379 in c96bb1a
Expected patch
The text was updated successfully, but these errors were encountered: