On 7 Sep 2022, at 15:55, Cy Schubert wrote:
>
> This is exactly what happened with DMD D. When 64-bit statfs was introduced
> all DMD D compiled programs failed to run and recompiling didn't help. The
> DMD upstream failed to understand the problem. Eventually the port had to
> be removed.
I’
See:
https://reviews.freebsd.org/D36493
Looking through base I see qsort() being used in places it shouldn't be
used. For example in fts_open().
If for example you fill a directory with 64k simply numerical file names
in the wrong order and ask fts_open() to sort these ascending for
example,
On 9/8/22 12:50, Hans Petter Selasky wrote:
See:
https://reviews.freebsd.org/D36493
Looking through base I see qsort() being used in places it shouldn't be
used. For example in fts_open().
If for example you fill a directory with 64k simply numerical file names
in the wrong order and ask fts