Fix another path length problem opening files on Win32 systems.
authorNick Clifton <nickc@redhat.com>
Thu, 7 Jan 2021 12:04:15 +0000 (12:04 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Jan 2021 12:05:43 +0000 (12:05 +0000)
commit17d60030ae57fb53f5977fa6928d7d5006f42881
tree03056339f414ae52e055847569a1705458e56241
parent78e49486944c515dfed6a437edff4c2c15dd1d4e
Fix another path length problem opening files on Win32 systems.

PR 25713
* bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
absolute paths and check to see if they are longer than MAX_PATH.
bfd/ChangeLog
bfd/bfdio.c