]> git.sur5r.net Git - u-boot/commit
cramfs: block pointers are 32 bits
authorTyler Hall <tylerwhall@gmail.com>
Wed, 12 Apr 2017 20:29:16 +0000 (16:29 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:27:57 +0000 (10:27 -0400)
commita6ea791cb96f76fd600f6547a715e24ef66ba5e2
tree595eae8139296318adf4ec3e3b84fcfc38ca10e1
parent511c66b1e659078de8692fdf2aa7d624f95110e1
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>
fs/cramfs/cramfs.c