commit | a0961f351d82d43ab0b845304caa235dfe249ae9 | [log] [tgz] |
---|---|---|
author | Gao Xiang <hsiangkao@linux.alibaba.com> | Mon Oct 25 15:43:11 2021 +0800 |
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | Sun Oct 31 21:00:28 2021 +0800 |
tree | 41480cd2f7f4458ab1747c90e02e870b7a7f2d94 | |
parent | eaa9172ad988b3ef5c59a051c825706252d435e1 [diff] |
erofs: don't trigger WARN() when decompression fails syzbot reported a WARNING [1] due to corrupted compressed data. As Dmitry said, "If this is not a kernel bug, then the code should not use WARN. WARN if for kernel bugs and is recognized as such by all testing systems and humans." [1] https://lore.kernel.org/r/000000000000b3586105cf0ff45e@google.com Link: https://lore.kernel.org/r/20211025074311.130395-1-hsiangkao@linux.alibaba.com Cc: Dmitry Vyukov <dvyukov@google.com> Reviewed-by: Chao Yu <chao@kernel.org> Reported-by: syzbot+d8aaffc3719597e8cfb4@syzkaller.appspotmail.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>