1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/locking
Volker Lendecke 0bd109b733 smbd: Fix a memleak in async search ask sharemode
fetch_share_mode_unlocked_parser() takes a "struct
fetch_share_mode_unlocked_state *" as
"private_data". fetch_share_mode_send() used a talloc_zero'ed "struct
share_mode_lock". This lead to the parser putting a "struct
share_mode_lock on the NULL talloc_context where nobody really picked it
up.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13602
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-03 18:44:23 +02:00
..
brlock.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
leases_db.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
leases_db.h s3:locking: Change the data model for leases_db to cope with dynamic path renames. 2014-12-09 03:44:04 +01:00
leases_util.c s3/locking: helper functions for lease types 2017-05-06 19:01:14 +02:00
locking.c smbd: Fix a few DEBUG statements 2018-08-17 18:25:08 +02:00
posix.c s3/locking: Corrections and improvements to inline comments 2018-08-09 01:16:22 +02:00
proto.h smbd: Pass "share_mode_data" to share_entry_forall callback 2018-07-26 22:44:25 +02:00
share_mode_lock.c smbd: Fix a memleak in async search ask sharemode 2018-09-03 18:44:23 +02:00