Re: Fwd: [OpenPKG-SA-2004.035] OpenPKG Security Advisory (png)
Ian Molton <[email protected]> Thu, 5 Aug 2004 15:16:02 +0100
| Newsgroups | gmane.linux.lfs.security |
|---|---|
| Organization | The Dragon Roost |
| Message-ID | <[email protected]> |
On Wed, 4 Aug 2004 19:05:44 -0600 Archaic <[email protected]> wrote: > > > Looks like it's much more that png that we need to worry about. not me... the joys of dynamic linking - not one of my programs contains a static libpng (I just checked). time to upgrade libpng... btw this comes in handy :-) for j in / /usr /usr/local /usr/X11R6/ ; do for i in `find $j -perm +111 -maxdepth 2` ; do if [[ `nm $i 2> /dev/null | grep png_` != "" ]]; then echo $i ; nm $i | grep png_ | grep -v U ; fi ; done ; done | less -- http://linuxfromscratch.org/mailman/listinfo/lfs-security FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page