Bugzilla – Attachment 381 Details for
Bug 458
sshd crashes with "fatal: mm_malloc: size too big"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set SIZE_T_MAX to UINT_MAX if we we define size_t ourselves.
openssh-unit_max.patch (text/plain), 480 bytes, created by
Darren Tucker
on 2003-09-05 14:41:14 AEST
(
hide
)
Description:
Set SIZE_T_MAX to UINT_MAX if we we define size_t ourselves.
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-05 14:41:14 AEST
Size:
480 bytes
patch
obsolete
>Index: defines.h >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/defines.h,v >retrieving revision 1.102 >diff -u -p -r1.102 defines.h >--- defines.h 26 Aug 2003 01:58:16 -0000 1.102 >+++ defines.h 5 Sep 2003 04:22:44 -0000 >@@ -239,6 +239,7 @@ typedef unsigned char u_char; > > #ifndef HAVE_SIZE_T > typedef unsigned int size_t; >+# define SIZE_T_MAX UINT_MAX > # define HAVE_SIZE_T > #endif /* HAVE_SIZE_T */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 458
:
380
| 381