gecko-dev/security/nss/lib/base
relyea%netscape.com 2453c05e6e Bug 120651: Memory leaks in PK11_GetCertList.
1) Fix leaks in error paths (bfind.c -- found by inspection).
2) Don't allocate hash table data out of the arena. PL_Hash grows and shrinks
the hash buckets as necessary. In arenas they will just grow.
3) Don't allocate temparary locks out of the global instance arena pool.
2002-02-13 02:26:47 +00:00
..
arena.c implement hash keyed by NSSItem; change list method names to be like hash method names; fix 99214, arena mark lists broken 2001-10-08 19:26:02 +00:00
base.h Fix thread local storage leak. 2002-01-31 19:18:55 +00:00
baset.h add ordering capability to the list 2001-10-15 16:50:01 +00:00
config.mk Bugzilla bug #63768: removed references to the obsolete PURE_LIBRARY, 2001-02-02 01:49:57 +00:00
error.c Fix thread local storage leak. 2002-01-31 19:18:55 +00:00
errorval.c detect hash collisions so that the caller can handle it 2001-12-12 20:23:07 +00:00
hash.c detect hash collisions so that the caller can handle it 2001-12-12 20:23:07 +00:00
hashops.c Bug 120651: Memory leaks in PK11_GetCertList. 2002-02-13 02:26:47 +00:00
item.c land changes for handling temporary and cached certs in 3.4 2001-11-28 16:23:51 +00:00
libc.c
list.c some of the output in bug 123081 shows potential leaks around iterators, since the iterator is explicitly freed allocate it in its own block to avoid this 2002-02-05 22:08:12 +00:00
Makefile Changes to make base code compile in the current nss environment. This is so 2000-09-06 22:11:57 +00:00
manifest.mn check in the nssItem_ interface 2001-09-25 20:48:51 +00:00
nssbase.h
nssbaset.h Land BOB_WORK_BRANCH unto the tip. 2001-11-08 00:15:51 +00:00
tracker.c Patch for 107323 - fix compiler warnings 2001-12-06 21:25:32 +00:00
utf8.c Land BOB_WORK_BRANCH unto the tip. 2001-11-08 00:15:51 +00:00
whatnspr.c Fix thread local storage leak. 2002-01-31 19:18:55 +00:00