commit | 16b19bbb39e62c583f6ba4044d33e8cadd7a1e3d | [log] [tgz] |
---|---|---|
author | Paul Emge <paulemge@forallsecure.com> | Mon Jul 08 16:37:06 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 11:31:29 2019 -0400 |
tree | 2442cc233bbd36176591013b8143b75b2cf82915 | |
parent | a4a48ef7734f57ca46e6ecd8af5ca4296b878f97 [diff] |
ext4: gracefully fail on divide-by-0 This patch checks for 0 in several ext4 headers and gracefully fails instead of raising a divide-by-0 exception. Signed-off-by: Paul Emge <paulemge@forallsecure.com>