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]

I: [PATCH] realloc-related memory leaks fixes


Greetings!

I've reviewed current glibc code for common realloc usage errors.
Following problems have been found:

- 10 files contains classic memory leaks (patch attached);
- __argz_add_sep() contains possible memory leak; its semantics differs
  from other argz functions (patch attached);
- resolv/res_hconf.c seems to have memory leak (possible fix also
  attached);
- misc/err.c:convert_and_print() and misc/error.c:error_tail() functions
  contain ugly code filled with memory leaks; it have to be rewritten if
  ever used.
- nis/* also contains classic memory leaks to be fixed.
- io/fts.c contains memory leaks; I'd suggest to update code from BSD; for
  example, OpenBSD have these bugs fixed.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

Attachment: glibc-realloc-common-memory-leaks.patch
Description: Text document

Attachment: glibc-realloc-argz-memory-leak.patch
Description: Text document

Attachment: glibc-realloc-resolv-memory-leak.patch
Description: Text document

Attachment: msg00170/pgp00000.pgp
Description: PGP signature


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