]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix off by one error when checking for empty note names.
authorNick Clifton <nickc@redhat.com>
Fri, 28 Apr 2017 11:09:14 +0000 (12:09 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 28 Apr 2017 11:09:14 +0000 (12:09 +0100)
commitb06b2c92c06cf100f259f218337d007ee0b1c884
treeb6d90ecbf57a6f70c00f8c7ebd3ce2a37fa11bcb
parent4e3afec278d1fb55b983751d02119f65566bd094
Fix off by one error when checking for empty note names.

PR binutils/21439
* readelf.c (print_gnu_build_attribute_name): Allow for an empty
name field.
binutils/ChangeLog
binutils/readelf.c