Home
last modified time | relevance | path

Searched refs:leak (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/test/
H A Dall.test49 # grows, it may mean there is a memory leak in the library.
85 # Do one last test to look for a memory leak in the library. This will
89 puts -nonewline memory-leak-test...
97 lappend ::failList memory-leak-test
104 # Run the malloc tests and the misuse test after memory leak detection.
105 # Both tests leak memory.
H A Dmemleak.test34 # grows, it may mean there is a memory leak in the library.
73 puts -nonewline memory-leak-test-$tail...
79 lappend ::failList memory-leak-test-$tail
88 # Run the malloc tests and the misuse test after memory leak detection.
89 # Both tests leak memory.
H A Dinterrupt.test148 # There are reports of a memory leak if an interrupt occurs during
/titanic_41/usr/src/lib/libmtmalloc/tests/
H A Ddirtymem.c50 struct a_struct *foo, *leak; in main() local
65 leak = malloc(sizeof (struct_o_death)); in main()
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c1084 const char *leak; in leaky_subr_dump_end() local
1092 leak = "oversized leak"; in leaky_subr_dump_end()
1100 leak = "buffer"; in leaky_subr_dump_end()
1108 leak = "buffer"; in leaky_subr_dump_end()
1118 width, "Total", lk_ttl, leak, (lk_ttl == 1) ? "" : "s", in leaky_subr_dump_end()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c3024 int leak = 0; in _rdc_clnt_destroy() local
3059 leak++; in _rdc_clnt_destroy()
3063 return (leak); in _rdc_clnt_destroy()
3075 int leak = 0; in rdc_clnt_destroy() local
3082 leak += _rdc_clnt_destroy(&ch->ch_list, 1); in rdc_clnt_destroy()
3086 leak += _rdc_clnt_destroy(&rdc_chtable, 0); in rdc_clnt_destroy()
3088 if (leak) { in rdc_clnt_destroy()
3091 "!rdc_clnt_destroy: leaking %d inuse clients", leak); in rdc_clnt_destroy()
/titanic_41/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README431 4433643 Memory leak using dlopen()/dlclose() in Solaris 8
455 4491434 ld.so.1 can leak file-descriptors when loading same named objects
1073 6329796 Memory leak with iconv_open/iconv_close with patch 109147-33
1110 6477132 ld.so.1: memory leak when running set*id application
1371 6541004 hwcap filter processing can leak memory
/titanic_41/usr/src/lib/libcmd/common/
H A DRELEASE69 07-10-12 cp.c: plug usage string memory leak by using per-builtin state
/titanic_41/usr/src/lib/libshell/common/
H A DRELEASE2 10-03-05 A varibale unset memory leak has been fixed and tests/leaks.sh
751 07-04-18 A small memory leak with each redirection of a non-builtin has
1071 04-06-16 Two small memory leak problems were fixed.
1305 02-11-18 A memory leak when unsetting an associative array has been fixed.
1536 01-06-01 A small memory leak from subshells has been fixed.
1572 01-05-14 A small memory leak from subshells has been fixed.
1675 01-02-02 memory leak problem with local variables in functions fixed.
/titanic_41/usr/src/lib/libast/common/
H A DRELEASE772 02-07-15 comp/fnmatch.c: fix memory leak caused by missing regfree()
829 cdt/dthash.c: fix DT_DELETE memory leak (DT_DETACH typo)
1041 optget.c: fix memory leak that hit shell builtins hard
1608 fix hash bucket memory leak in hashlook() [via John Mocenigo]
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1562 Fixed a possible memory leak in an error return path within the function
1594 Debugger: Fixed a possible memory leak in an error return path. ACPICA BZ
2441 2) Fixed a possible memory leak in GPE init error path. ACPICA BZ 1018.
2565 2) Fixed a possible memory leak in the _OSI support
2897 Fixed a possible memory leak in dispatcher error path. On error, delete
3100 AcpiExec: Improved the algorithm used for memory leak/corruption
5741 Fixed a possible memory leak during module-level code execution. An
5887 Fixed a possible memory leak for the Scope() ASL operator. When the exact
5951 Fixed a possible memory leak in the interpreter for AML package objects
6183 Fixed a possible memory leak in the predefined validation/repair code
[all …]
/titanic_41/usr/src/cmd/ssh/doc/
H A DChangeLog885 mem leak + be more paranoid in dsa_verify.
1343 - Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
2140 fd leak
2452 - Fixed /dev/urandom fd leak (Debian bug #49722)
H A DREADME.Ylonen118 criminals, industrial spies, and governments. Some networks leak off
/titanic_41/usr/src/uts/common/io/e1000api/
H A DREADME402 6401903 Memory leak in e1000g driver
/titanic_41/usr/src/uts/common/io/e1000g/
H A DREADME402 6401903 Memory leak in e1000g driver
/titanic_41/usr/src/cmd/look/
H A Dwords13278 leak
/titanic_41/usr/src/cmd/spell/
H A Dlist13276 leak
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog8559 * grub/asmstub.c (grub_stage2): Fix a memory leak that FP is