]> Git Repo - J-u-boot.git/commit
cramfs: block pointers are 32 bits
authorTyler Hall <[email protected]>
Wed, 12 Apr 2017 20:29:16 +0000 (16:29 -0400)
committerTom Rini <[email protected]>
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 <[email protected]>
fs/cramfs/cramfs.c
This page took 0.032605 seconds and 4 git commands to generate.