1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/tdb
Volker Lendecke f25449b00a tdb: Fix CID 1034960 Uninitialized scalar variable
log_ctx.log_private was used uninitialized. Not a real bug here,
as tdb_log does not access it, but tdb_open_ex still moves around
uninitialized data. So this would show up in valgrind as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2013-07-22 15:06:32 -07:00
..
ABI tdb: change version to tdb-1.2.12 2013-06-04 16:07:55 +02:00
common tdb: Add another overflow check to tdb_expand_adjust 2013-06-03 14:08:53 +02:00
docs tdb: Added doxygen documentation. 2011-01-19 11:26:34 +01:00
include tdb: Improve the documentation of tdb_reopen() and tdb_close(). 2012-12-12 14:58:50 +01:00
man tdb: Fix typos. 2013-06-07 15:18:47 +02:00
python pytdb: Check if the database is closed before we touch it 2012-07-16 13:51:51 +02:00
test Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc(). 2013-07-17 16:12:19 -07:00
tools tdb: Fix CID 1034960 Uninitialized scalar variable 2013-07-22 15:06:32 -07:00
web Update tdb and talloc web pages 2009-05-05 19:04:39 -04:00
configure tdb: Remove autotools support. 2010-12-24 01:15:05 +01:00
doxy.config doc: Remove build/ from doxygen config or it will not work in brew. 2012-08-04 16:31:22 +02:00
Makefile tdb: import unit tests from CCAN into tdb/test/ 2012-02-14 04:05:43 +10:30
pytdb.c tdb: Fix possible crash bugs in the python tdb code. 2012-12-12 13:15:00 +01:00
tdb.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
wscript tdb: change version to tdb-1.2.12 2013-06-04 16:07:55 +02:00