[Bug 2769] String truncation warnings in fmt_scaled

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sun Aug 27 16:12:50 AEST 2017


https://bugzilla.mindrot.org/show_bug.cgi?id=2769

--- Comment #2 from Colin Watson <cjwatson at debian.org> ---
If you can't do an assertion, then some approach like "if (fract < 0)
fall_over;" should have a similar effect in terms of allowing the
compiler to deduce correct bounds on fract.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list