1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/lib/talloc
Andrew Tridgell 6f51a1f45b talloc: fixed a use after free error
this is the minimal fix for the problem Rusty found. I previously
thought that the best fix would be to change tc->parent to be valid
for all pointers, but that is expensive for realloc with large numbers
of child pointers, which is much more commmon than I expected it to
be.

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Jan  5 07:22:27 CET 2011 on sn-devel-104
2011-01-05 07:22:27 +01:00
..
ABI talloc: add ABI/talloc-2.0.4.sigs 2010-12-03 11:35:45 +01: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 Move the talloc details to the mainpage. 2010-02-08 11:04:59 +11:00
script release-scripts: parametrize scripts 2010-02-08 10:29:06 -05:00
web Update tdb and talloc web pages 2009-05-05 19:04:39 -04:00
autogen.sh talloc: Remove reference to nonexistant configure.developer in autogen.sh. 2010-12-21 19:43:04 +01:00
configure talloc: Look harder for waf. 2010-10-31 18:06:16 +00:00
doxy.config talloc: Fixed a doxygen problem with PRINTF_ATTRIBUTE. 2010-05-10 10:28:37 +02:00
libtalloc.m4 Add exports file and abi checker for talloc 2009-06-15 16:31:12 -04:00
Makefile talloc: Add ability to generate Python docs using pydoctor. 2010-12-11 03:30:06 +01:00
NEWS Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
pytalloc_util.c talloc: mark pytalloc-util functions as _PUBLIC_ 2010-12-08 19:07:12 +01:00
pytalloc-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
pytalloc.c Revert broken destructor changes. 2011-01-03 01:48:05 +01:00
pytalloc.h pytalloc: Make py_talloc_default_cmp private. 2010-12-01 01:48:25 +01:00
talloc_guide.txt talloc: Add a warning about talloc_autofree_context() and dlclose() 2010-09-24 17:21:42 -07:00
talloc_testsuite.h talloc: Fix warnings in test code 2011-01-03 11:12:39 +01:00
talloc.3.xml talloc.3: Remove documentation for deprecated talloc_append_string, 2010-10-30 15:43:53 +02:00
talloc.c talloc: fixed a use after free error 2011-01-05 07:22:27 +01:00
talloc.h talloc: Typo fix for api docs 2011-01-04 14:46:07 +11:00
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: added a test for the use after free Rusty found 2011-01-05 06:37:07 +01:00
wscript talloc: Add ability to generate Python docs using pydoctor. 2010-12-11 03:30:06 +01:00