lib/compression: helper script to make unbalanced data
commitdadecede544519e4747a8623a1f5e0d0a1450002
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Mon, 21 Nov 2022 19:23:30 +0000 (22 08:23 +1300)
committerJoseph Sutton <jsutton@samba.org>
Thu, 1 Dec 2022 22:56:39 +0000 (1 22:56 +0000)
tree7f7595390dba6d7962374a0dca241ce6a067de7c
parentbce33816ec9160373110f0ccbf3174c301218c9a
lib/compression: helper script to make unbalanced data

Huffman tree re-quantisation and perhaps other code paths are only
triggered by pathological data like this.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/compression/tests/scripts/make-test-vectors [new file with mode: 0755]