This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

MAXPACKET changes and Netscape java-vm


Hi,

We have 4 patches, where we increased the minimum value of
MAXPACKET from 1024 to 65536, to avoid a buffer overrun.

with this changes, the java vm from netscape crashes with a seg.fault,
if it calls gethostbyname(). It looks like it overrides the stack.

Is this really what we want? I don't know the underlying problem,
but is there no other way to fix it without allocating so much memory
on the stack? Or any other way, how we could fix this without 
breaking java support?

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Deutschherrnstr. 15-19        D-90429 Nuernberg
--------------------------------------------------------------------    
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]