Home
last modified time | relevance | path

Searched hist:f189899c2f9ae2266ea4814cf14f138cc47e319f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.cf189899c2f9ae2266ea4814cf14f138cc47e319f Sat Oct 01 18:41:40 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> sandbox/fs: Use correct size path name buffer

The readdir linux manpage explicitly states (quoting POSIX.1) that
sizeof(d_name) is not correct for determining the required size, but to
always use strlen. Grow the buffer if needed.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Simon Glass <sjg@chromium.org>