Commit d7ca142
committed
debug/elf: check if symbol section of 64-bit binary is empty to prevent panic
Originally raised in #62649. The fix
(checking for empty symbols section) was only applied to the 32-bit executables
flow. This commit adds the same fix for the 64-bit executables flow.
Original fix: https://go-review.googlesource.com/c/go/+/5286551 parent af03343 commit d7ca142
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
692 | 695 | | |
693 | 696 | | |
694 | 697 | | |
| |||
0 commit comments