commit | a6ea791cb96f76fd600f6547a715e24ef66ba5e2 | [log] [tgz] |
---|---|---|
author | Tyler Hall <tylerwhall@gmail.com> | Wed Apr 12 16:29:16 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:27:57 2017 -0400 |
tree | 595eae8139296318adf4ec3e3b84fcfc38ca10e1 | |
parent | 511c66b1e659078de8692fdf2aa7d624f95110e1 [diff] |
cramfs: block pointers are 32 bits Using a variably-sized type is incorrect here since we're reading a fixed file format. Fixes cramfs on 64-bit platforms. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>