[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/26698] out of bounds access in mc_unify_path
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/26698] out of bounds access in mc_unify_path |
Date: |
Mon, 05 Oct 2020 15:07:27 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=26698
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Martin,
Yep this is a bug. It looks like the coder was trying to check
the last character in the string, rather than the first. IE
they meant to use end[-1] instead of hsz[-1]. I have therefore
checked in a patch to make this change.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.