Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: NSS LDAP/TLS crashing
- X-seq: zsh-workers 19212
- From: Danek Duvall <duvall@xxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: NSS LDAP/TLS crashing
- Date: Tue, 28 Oct 2003 08:19:20 -0800
- Cc: zsh-workers@xxxxxxxxxx, 217915@xxxxxxxxxxxxxxx, Frédéric Gobry <frederic.gobry@xxxxxxxxxxxx>
- In-reply-to: <21704.1067354886@xxxxxxx>
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxx>, Peter Stephenson <pws@xxxxxxx>, zsh-workers@xxxxxxxxxx, 217915@xxxxxxxxxxxxxxx, Frédéric Gobry <frederic.gobry@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20031028143032.GA26489@xxxxxxxxxxx> <21704.1067354886@xxxxxxx>
On Tue, Oct 28, 2003 at 03:28:06PM +0000, Peter Stephenson wrote:
> Clint Adams wrote:
>
> > % objdump -T /usr/lib/libz.so.1 | grep zcal
> > 00008110 g DF .text 00000018 Base zcalloc
>
> So it looks like we now need to second-guess the zlib interface.
> Here's a patch for 4.0; I will commit the 4.1 version directly.
One could argue that it's a bug in zlib. zalloc() is not an interface
exposed from zlib.h, so presumably the function is private to the
library. In which case the library should be built so that it's not
exposed outside the library.
Obviously zsh will still have to work around the bug where it might not
be fixed, but the bug should be reported.
I'm happy to, if no one else feels like it. :)
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author