[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #13 from Nick Clifton --- (In reply to Simon Cook from comment #12) Hi Simon, > Patch with my suggested change, and done some testing pre-the previous fix > and with my change and verified UNC paths still work. (Tested using ld >

[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread simon.cook at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #12 from Simon Cook --- Created attachment 15460 --> https://sourceware.org/bugzilla/attachment.cgi?id=15460=edit Patch to fix issue without pulling in shlwapi Patch with my suggested change, and done some testing pre-the

Issue 67841 in oss-fuzz: binutils:fuzz_readelf_elf32_csky: Null-dereference READ in _bfd_delete_bfd

2024-04-11 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 67841 by sheriffbot: binutils:fuzz_readelf_elf32_csky: Null-dereference READ in _bfd_delete_bfd https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67841#c3 This bug has been fixed. It has been opened to the public. - Your

[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #11 from Zhiqing Xiong --- > 2. Implement an alternative to using PathIsNetworkPathA. From its > description, I think it might be possible to substitute that call for > something like `is_network_path = strncmp(filename, "//", 2)

[Bug binutils/31527] gdb is not working for UNC path

2024-04-11 Thread zhiqxion at qti dot qualcomm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=31527 --- Comment #10 from Zhiqing Xiong --- Hi Simon Attachment change was built success with (GDB14.2) https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.gz I didn't use python either. following are my build comands >> ./configure