diff options
author | Himal <himalr@proton.me> | 2023-01-03 12:07:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-01-03 12:07:16 +0000 |
commit | a8cf07d37b0063df888da82aed00babd1907ab7e (patch) | |
tree | 00d804c1399144bfd2c9d9d622f1ee74a0e19f5a /bfd/ChangeLog | |
parent | e8b4b7b258d7bd926de2d8758c2a55e28ba46c48 (diff) | |
download | gdb-a8cf07d37b0063df888da82aed00babd1907ab7e.zip gdb-a8cf07d37b0063df888da82aed00babd1907ab7e.tar.gz gdb-a8cf07d37b0063df888da82aed00babd1907ab7e.tar.bz2 |
Fix a potential problem in the BFD library when accessing the Windows' nul device driver.
PR 29947
* bfdio.c (_bfd_real_fopen): Do not add a prefix to the Windows'
nul device filename.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a7d9845..91a73ac 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2023-01-03 Himal <himalr@proton.me> + + PR 29947 + * bfdio.c (_bfd_real_fopen): Do not add a prefix to the Windows' + nul device filename. + 2023-01-03 Nick Clifton <nickc@redhat.com> * po/fr.po: Updated French trabslation. |