1
0
mirror of synced 2026-05-01 06:00:26 +00:00
Files
YosysHQ.yosys/kernel/fmt.cc
Charlotte 3571bf2c2d fmt: fuzz, remove some unnecessary busywork
Removing some signed checks and logic where we've already guaranteed the
values to be positive.  Indeed, in these cases, if a negative value got
through (per my realisation in the signed fuzz harness), it would cause
an infinite loop due to flooring division.
2023-08-11 04:46:52 +02:00

20 KiB