cfi: random crash in cfi_probe() fixed
commit8c21659d2a81912c2d591d3889893040d1aa9028
authorØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 10 Sep 2010 08:22:14 +0000 (10 10:22 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sat, 11 Sep 2010 08:37:32 +0000 (11 10:37 +0200)
treed9b94d91bad77fad2c522c823c3fa6011cfe72f0
parentef92da3315b13ab8ee3b509f2b05c15194140b92
cfi: random crash in cfi_probe() fixed

for non_cfi cfi chips free() was invoked on rodata.

The mystery is why this bug has survived for so long.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/flash/nor/non_cfi.c