s3/torture: use stack buffer for rbtree loop
authorDavid Disseldorp <ddiss@samba.org>
Tue, 9 Jun 2020 13:52:29 +0000 (15:52 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 10 Jun 2020 19:08:40 +0000 (19:08 +0000)
commit00a0da050331d963d4dd2134ab4983e4f4da9d29
treedb16c32b625574c1e15e3dc02118654e098711e1
parentc5b10466c30759aabd472bb1baa4a5bd2540215d
s3/torture: use stack buffer for rbtree loop

Using the stack here simplifies the error paths.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/torture/torture.c