]> git.ipfire.org Git - thirdparty/samba.git/commit
Add talloc stackframe handling
authorDavid Mulder <dmulder@samba.org>
Fri, 23 Aug 2024 14:02:01 +0000 (08:02 -0600)
committerDavid Mulder <dmulder@samba.org>
Wed, 23 Oct 2024 14:21:34 +0000 (14:21 +0000)
commitbb55fa100e00065b326c0ddd0e01ad7b48dabf0b
treeb596286dcc4fa1164b4fada8e9a66ed6c9fcb5a5
parent8f8943547b1030a7629748a1dfa494c556a66fb1
Add talloc stackframe handling

This appeases errors from libsmbconf that no
talloc stackframe was created.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
rust/Cargo.lock
rust/Cargo.toml
rust/chelps/src/lib.rs
rust/config/additions.h
rust/config/src/lib.rs
rust/dbg/src/lib.rs
rust/himmelblaud/Cargo.toml
rust/himmelblaud/src/main.rs
rust/talloc/Cargo.toml [new file with mode: 0644]
rust/talloc/build.rs [new file with mode: 0644]
rust/talloc/src/lib.rs [new file with mode: 0644]