1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/talloc
Rusty Russell 4f331872bc talloc: don't allow a talloc_pool inside a talloc_pool.
We explicitly call free() on a pool which falls to zero, assuming it's
not inside another pool (we crash).  Check on creation and explicitly
document this case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-07-18 04:54:31 +09:30
..
ABI talloc: change version to 2.0.7 2011-09-15 22:32:59 +02:00
compat talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.x 2009-08-24 16:29:58 +10:00
doc doc: Remove latex to doxygen conversion leftovers in talloc. 2012-05-07 19:20:30 +02:00
web Update tdb and talloc web pages 2009-05-05 19:04:39 -04:00
configure talloc: Look harder for waf. 2010-10-31 18:06:16 +00:00
doxy.config talloc: Update doxygen config. 2012-05-07 21:13:15 +02:00
libtalloc.m4 Add exports file and abi checker for talloc 2009-06-15 16:31:12 -04:00
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
NEWS Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
pytalloc_util.c pytalloc: Use consistent prefix for functions, add ABI file. 2011-08-10 15:36:21 +02:00
pytalloc-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
pytalloc.c talloc: remove unused variables 2012-07-05 23:50:54 +02:00
pytalloc.h pytalloc: Use consistent prefix for functions, add ABI file. 2011-08-10 15:36:21 +02:00
talloc_guide.txt talloc - some documentation changes 2011-04-04 11:05:42 +02:00
talloc_testsuite.h talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
talloc.3.xml Fix license info for talloc in manpage. 2011-04-24 03:27:54 +02:00
talloc.c talloc: don't allow a talloc_pool inside a talloc_pool. 2012-07-18 04:54:31 +09:30
talloc.h talloc: don't allow a talloc_pool inside a talloc_pool. 2012-07-18 04:54:31 +09:30
talloc.i Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
talloc.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
testsuite_main.c talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
testsuite.c talloc: use a struct for pool headers. 2012-07-18 04:53:31 +09:30
wscript waf: Factor checking for undefined symbol flags out into separate method. 2011-11-13 19:38:38 +01:00