aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-11-22 16:36:02 -0700
committerTom Tromey <tom@tromey.com>2023-12-05 07:17:57 -0700
commit3381781151c60cc70a9fb44856e2dd5611465a73 (patch)
tree3162dbfdd7d5c38268b6c9e780fe48487b7bca58 /libiberty
parentde501587c2ed91b4bc2a3d5228d59f6544427ab9 (diff)
downloadbinutils-3381781151c60cc70a9fb44856e2dd5611465a73.zip
binutils-3381781151c60cc70a9fb44856e2dd5611465a73.tar.gz
binutils-3381781151c60cc70a9fb44856e2dd5611465a73.tar.bz2
Fix off-by-one error in compute_delayed_physnames
compute_delayed_physnames does this: size_t len = strlen (physname); ... if (physname[len] == ')') /* shortcut */ break; However, physname[len] will always be \0. This patch changes it to the correct len-1.
Diffstat (limited to 'libiberty')
0 files changed, 0 insertions, 0 deletions