mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy.
This commit is contained in:
@@ -2071,7 +2071,7 @@ void smbd_process(void)
|
||||
char *inbuf;
|
||||
size_t inbuf_len;
|
||||
bool encrypted = false;
|
||||
TALLOC_CTX *frame = talloc_stackframe();
|
||||
TALLOC_CTX *frame = talloc_stackframe_pool(8192);
|
||||
|
||||
errno = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user