gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
authorFlorian Weimer <fweimer@redhat.com>
Tue, 20 Sep 2022 10:12:43 +0000 (12:12 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 20 Sep 2022 10:12:43 +0000 (12:12 +0200)
commitf97905f24631097af325d6a231093071c3077a5f
treefed7ab756f05adfc4998c62d17b7557211e8acb6
parent1df71d32fe5f5905ffd5d100e5e9ca8ad6210891
gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)

It's possible that inode numbers are outside the 32-bit range.
The existing code only handles the in-libc case correctly, and
still uses the legacy interfaces when building iconv.

Suggested-by: Helge Deller <deller@gmx.de>
iconv/gconv_parseconfdir.h