delve/pkg/dwarf/line
Alessandro Arzilli c6e52ecf5c
dwarf: make debug_line header parser more resilient (#2456)
Check for errors, log them and return early, do not try to allocate
large chunks of memory that we can never possibly read from the file.

Fixes #2449
2021-05-04 12:36:22 -07:00
..
_testdata dwarf/line: fix some bugs with the state machine 2018-07-31 12:01:14 -07:00
line_parser_test.go Go 1.16 support branch (#2214) 2021-01-05 10:56:30 -08:00
line_parser.go dwarf: make debug_line header parser more resilient (#2456) 2021-05-04 12:36:22 -07:00
parse_util.go dwarf: make debug_line header parser more resilient (#2456) 2021-05-04 12:36:22 -07:00
state_machine_test.go *: remove unused code, variables and constants (#2426) 2021-04-12 14:57:39 -07:00
state_machine.go dwarf: make debug_line header parser more resilient (#2456) 2021-05-04 12:36:22 -07:00