mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
b067a5e4e8
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. |
||
---|---|---|
.. | ||
parse_misc.c | ||
parse_prs.c | ||
parse_rpc.c |