]> git.ipfire.org Git - thirdparty/samba.git/commit
lib/util: split out a dump_data_block16() helper
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Nov 2021 10:05:52 +0000 (11:05 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Jan 2022 15:25:36 +0000 (15:25 +0000)
commit58b09e107cadd7fb8191822d4e7e42657b1ed4c7
tree81c4042cab72f4c43d0d2f620d59cdc5141808da
parent0651fa474cd68b18d8eb9bdc7c4ba5b847ba9ad9
lib/util: split out a dump_data_block16() helper

This simplifies the logic a lot for me.

It also fixes some corner cases regarding whitespaces in the
output, that's why we have to mark a few tests as knownfail,
they will be fixed in the next commit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14956

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/util.c
selftest/knownfail.d/blackbox.ndrdump [new file with mode: 0644]