1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/locking
Volker Lendecke b067a5e4e8 s3: Remove debug_ctx()
smbd just crashed on me: In a debug message I called a routine preparing a
string that itself used debug_ctx. The outer routine also used it after the
inner routine had returned. It was still referencing the talloc context
that the outer debug_ctx() had given us, which the inner DEBUG had already
freed.
2009-11-03 11:30:00 +01:00
..
brlock.c s3: Remove debug_ctx() 2009-11-03 11:30:00 +01:00
locking.c s3: Remove debug_ctx() 2009-11-03 11:30:00 +01:00
posix.c Make the smbd VFS typesafe 2009-07-24 11:42:05 -04:00