public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Multiple zlib.c's in 2.4.18
@ 2002-04-12 14:46 Sverker Wiberg
  2002-04-13 18:42 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Sverker Wiberg @ 2002-04-12 14:46 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Doing

 $ find . -name 'zlib.c'

on the Linux 2.4.18 source reveals the three zlibs

  ./fs/jffs2/zlib.c
  ./drivers/net/zlib.c
  ./arch/ppc/boot/lib/zlib.c

Further checking reveals that ./arch/ppc/boot/lib/zlib.c is based on
zlib-0.95, while the other two are zlib-1.0.4.

Which one should I use? Shouldn't they be merged? And what about the
double-free() bug?

/Sverker

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-13 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-12 14:46 Multiple zlib.c's in 2.4.18 Sverker Wiberg
2002-04-13 18:42 ` Alan Cox
2002-04-13 21:27   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox