[Bug 458] sshd crashes with "fatal: mm_malloc: size too big"

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Sep 5 14:30:32 EST 2003


http://bugzilla.mindrot.org/show_bug.cgi?id=458





------- Additional Comments From dtucker at zip.com.au  2003-09-05 14:30 -------
Created an attachment (id=380)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=380&action=view)
Set SIZE_T_MAX to UINT_MAX  if we we define size_t ourselves.

defines.h is obviously wrong for the case where neither SIZE_T_MAX or size_t
are defined; size_t ends up as unsigned int, while SIZE_T_MAX ends up as ULONG
max.

That works if sizeof(unsigned int) == sizeof(unsigned long).

Any objections to this patch?



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list