summaryrefslogtreecommitdiff
path: root/treesource.c
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2012-02-03 17:06:12 +1100
committerJon Loeliger <jdl@jdl.com>2012-02-03 08:43:40 -0600
commite280442e08fcbe8431dc85d836ff3ecc489932fb (patch)
tree378e8a0524187ec84304496ddcb1e908e4e06dc9 /treesource.c
parent0b3b46e019f546a24927bb7ca009670762c00107 (diff)
downloaddevice-tree-compiler-e280442e08fcbe8431dc85d836ff3ecc489932fb.tar.gz
Fix uninitialized access bug in utilfdt_decode_type
I just found this little bug with valgrind. strchr() will return true if the given character is '\0'. This meant that utilfdt_decode_type() could take a path which accesses uninitialized data when given the (invalid) format string "L". Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'treesource.c')
0 files changed, 0 insertions, 0 deletions