]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libblkid: bcachefs: fix endless loop
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 21 Jan 2023 05:01:55 +0000 (05:01 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 21 Jan 2023 05:19:31 +0000 (05:19 +0000)
commit6eb7c99b2932a6058a033d0a805e5883d0bb1e9f
treec3e57efb206061dcac616b30bd77f50af7b6f085
parent91a484febae74588517226c6e0870562ca430651
libblkid: bcachefs: fix endless loop

When a field has size 0 it will loop forever.

See #2031
libblkid/src/superblocks/bcache.c
tests/ts/fuzzers/test_blkid_fuzz_files/oss-fuzz-55291 [new file with mode: 0644]