commit | bf635ed091dee333f4458eec617a4124b51322fc | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Sat Oct 01 20:41:42 2016 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 11 10:17:07 2016 -0600 |
tree | 69f1406d8d13aced4dc1a404d3b3e550dc8593f3 | |
parent | f189899c2f9ae2266ea4814cf14f138cc47e319f [diff] |
sandbox/fs: Use readdir instead of deprecated readdir_r Using readdir_r limits the maximum file name length and may even be unsafe, and is thus deprecated in since glibc 2.24. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Acked-by: Simon Glass <sjg@chromium.org>