https://bugzilla.mindrot.org/show_bug.cgi?id=3269
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |[email protected] --- Comment #4 from Damien Miller <[email protected]> --- Writing an overflowing value into an int is still undefined behaviour so we want to avoid that too. In any case, it's trivial to change the type of the received value to u_int, so I committed that as 160db17fc678 -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
