[U-Boot] [PATCH 5/5] sandbox/fs: Use readdir instead of deprecated readdir_r
Simon Glass
sjg at chromium.org
Tue Oct 11 02:29:55 CEST 2016
On 3 October 2016 at 15:50, Simon Glass <sjg at chromium.org> wrote:
> 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>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list