commit | e8eca7a6b602290bb3f50728432d524577ade727 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Feb 16 17:52:07 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Fri Feb 17 19:05:04 2023 -0500 |
tree | 690c77570707426db4dd123ca09d645bca0c0f3f | |
parent | be643e074f3081b537a11c87c1ccf1d400f2945e [diff] |
Fix crash in go_symbol_package_name go_symbol_package_name package name asserts that it is only passed a Go symbol, but this is not enforced by one caller. It seems simplest to just check and return early in this case. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=17876 Reviewed-By: Andrew Burgess <aburgess@redhat.com>