diff options
author | Aaron Merey <amerey@redhat.com> | 2023-03-30 14:11:23 -0400 |
---|---|---|
committer | Aaron Merey <amerey@redhat.com> | 2023-03-30 14:11:23 -0400 |
commit | 75800e911b73804cb3354edcc1ba9de3adaefa4e (patch) | |
tree | 9da1fd95f014a0434b71e8feb81765c63598db27 /po/LINGUAS | |
parent | 7b97c73bbd30ba9b51fb48e4e9b93ab064c9a7dd (diff) | |
download | elfutils-75800e911b73804cb3354edcc1ba9de3adaefa4e.tar.gz |
debuginfod-client.c: Avoid sscanf on mixed-case component of string
sscanf is used to get the value of x-debuginfod-size from the http
headers. The format string used assumes that the header field name
is entirely lower case. However mixed-case field names are possible,
resulting in the value not being read.
Fix this by removing "x-debuginfod-size" from the format string.
Signed-off-by: Aaron Merey <amerey@redhat.com>
Diffstat (limited to 'po/LINGUAS')
0 files changed, 0 insertions, 0 deletions