]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix divide overflow in internal_mod(). Thanks to William Petiot for
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:04:26 +0000 (14:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Dec 2004 14:04:26 +0000 (14:04 +0000)
commitac61490a5b9f40a3655d363d5a1014112aae7222
tree897510650f954d11ed41cd5751527a3b016826d3
parent30896d650e987e1a8bc30f295d6291030b1ce7c8
Fix divide overflow in internal_mod(). Thanks to William Petiot for
spotting a special case that the DIV instruction can't quite cover.

[originally from svn r5028]
sshbn.c