Commit 52449404 authored by Aaron Merey's avatar Aaron Merey
Browse files

gdb/debuginfod: Prevent out_of_range exception



Trailing whitespace in the string of debuginfod URLs causes an
out_of_range exception during the printing of URLs for the first
use notice.

To fix this, stop printing URLs when the substring to be printed
consists only of whitespace.

Also add first use notice testcases.

Co-Authored-By: default avatarPedro Alves <pedro@palves.net>
parent b750766a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment