[U-Boot] [PATCH 5/5] sandbox/fs: Use readdir instead of deprecated readdir_r
Simon Glass
sjg at chromium.org
Mon Oct 3 23:50:04 CEST 2016
On 1 October 2016 at 12:41, Stefan Brüns <stefan.bruens at rwth-aachen.de> wrote:
> 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 at rwth-aachen.de>
> ---
> arch/sandbox/cpu/os.c | 19 +++++++++++--------
> 1 file changed, 11 insertions(+), 8 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list