From: | teg(at)redhat(dot)com (Trond Eivind =?iso-8859-1?q?Glomsr=F8d?=) |
---|---|
To: | Jan Wieck <janwieck(at)yahoo(dot)com> |
Cc: | Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Zlib vulnerability heads-up. |
Date: | 2002-03-12 23:30:42 |
Message-ID: | xuyn0xd1hzx.fsf@halden.devel.redhat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Jan Wieck <janwieck(at)yahoo(dot)com> writes:
> Lamar Owen wrote:
> > On Tuesday 12 March 2002 11:34 am, Jan Wieck wrote:
> > > Lamar Owen wrote:
> > > [Charset iso-8859-15 unsupported, filtering to ASCII...]
> > > > As PostgreSQL uses the zlib library (for TOAST?), this is a headsup that
> > > > a bug has been found in the zlib library that could cause data
> > > > corruption or a security breach.
> >
> > > PostgreSQL does not use the zlib library for toast. The
> > > algorithm used in toast is based on Adisak Pochanayon's SLZ.
> >
> > Good. I think.
> >
> > But what _does_ use zlib in PostgreSQL?
>
> On a quick search I can only see pg_backup using it.
I see many more, including the postmaster:
[teg(at)halden teg]$ ldd /usr/bin/postmaster
libssl.so.2 => /lib/libssl.so.2 (0x4002e000)
libcrypto.so.2 => /lib/libcrypto.so.2 (0x4005c000)
libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3 (0x4011f000)
libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3 (0x40176000)
libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40186000)
libz.so.1 => /usr/lib/libz.so.1 (0x40188000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40196000)
libresolv.so.2 => /lib/libresolv.so.2 (0x401c4000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401d5000)
libdl.so.2 => /lib/libdl.so.2 (0x401ea000)
libm.so.6 => /lib/i686/libm.so.6 (0x401ed000)
libreadline.so.4 => /usr/lib/libreadline.so.4 (0x4020f000)
libtermcap.so.2 => /lib/libtermcap.so.2 (0x40235000)
libc.so.6 => /lib/i686/libc.so.6 (0x4023a000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[teg(at)halden teg]$
--
Trond Eivind Glomsrød
Red Hat, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-03-13 00:10:42 | Re: Using index for substring search |
Previous Message | Lec | 2002-03-12 23:12:15 | Using index for substring search |
From | Date | Subject | |
---|---|---|---|
Next Message | Igor Kovalenko | 2002-03-12 23:52:37 | Re: Lightweight locking primitive |
Previous Message | Hubertus Franke | 2002-03-12 22:55:46 | Re: Lightweight locking primitive |