Home
last modified time | relevance | path

Searched hist:"14678 b3c6280a1a024afa0b5564deb853eca44d0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/fs/
H A Dfs-test.sh14678b3c6280a1a024afa0b5564deb853eca44d0 Tue Sep 13 23:01:30 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> test/fs: Check ext4 behaviour if dirent is first entry in directory block

This is a regression test for a crash happening if the first dirent
in the block matches. Code tried to access a predecessor entry which
does not exist.
The crash happened for any block, but "." is always the first entry in
the first directory block and thus easy to check for.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>