summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/docs/README
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2007-11-28 13:43:31 +0100
committerJeremy Allison <jra@samba.org>2007-11-28 09:45:40 -0800
commita605be73148ae0979c14263be1f969700f7055f6 (patch)
tree2b41cca8343da4ebc2d33753f1cbc5b588e27348 /source3/lib/tdb/docs/README
parentddcaaae4fff9ebb0de9f61599ec3fe058d8deaa4 (diff)
downloadsamba-a605be73148ae0979c14263be1f969700f7055f6.tar.gz
samba-a605be73148ae0979c14263be1f969700f7055f6.tar.bz2
samba-a605be73148ae0979c14263be1f969700f7055f6.zip
Add a warning for a potential bug I've run into
(This used to be commit 223352e32372f1b055298cfc6f2770043a845e3d)
Diffstat (limited to 'source3/lib/tdb/docs/README')
-rw-r--r--source3/lib/tdb/docs/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/tdb/docs/README b/source3/lib/tdb/docs/README
index b31ce36ab1..63fcf5e049 100644
--- a/source3/lib/tdb/docs/README
+++ b/source3/lib/tdb/docs/README
@@ -130,6 +130,9 @@ int tdb_traverse(TDB_CONTEXT *tdb, int (*fn)(TDB_CONTEXT *tdb,
a non-zero return value from fn() indicates that the traversal
should stop. Traversal callbacks may not start transactions.
+ WARNING: The data buffer given to the callback fn does NOT meet the
+ alignment restrictions malloc gives you.
+
----------------------------------------------------------------------
int tdb_traverse_read(TDB_CONTEXT *tdb, int (*fn)(TDB_CONTEXT *tdb,
TDB_DATA key, TDB_DATA dbuf, void *state), void *state);