[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Truncated filenames in struct directs returned from dir_readdir
From: |
Samuel Thibault |
Subject: |
Re: Truncated filenames in struct directs returned from dir_readdir |
Date: |
Mon, 19 Apr 2021 09:50:37 +0200 |
User-agent: |
NeoMutt/20170609 (1.8.3) |
Andrew Eggenberger, le dim. 18 avril 2021 20:27:09 -0500, a ecrit:
>
> Please send us the actual source code so we can check the details. It's
> the details that matter, not the high-level description
>
>
>
> The procedure below demonstrates the behavior.
Did you build both your test program and your translator with
-D_FILE_OFFSET_BITS=64? The RPC fills a dirent64 structure, not dirent
only.
Samuel