Displaying 1 result from an estimated 1 matches for "goneko".
Did you mean:
koneko
2002 Nov 04
0
[Bug 425] New: Integer overflow in mm_zalloc
...c
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: siw at goneko.de
3.5p1 is better than 3.4p1, but still not perfect (on platforms where
size_t is larger than u_int). This patch should fix it, although
I can't test it:
--- openssh-3.5p1/monitor.c-orig Fri Sep 27 05:26:02 2002
+++ openssh-3.5p1/monitor.c Mon Nov 4 18:06:24 2002
@@ -1551,7 +15...