Skip to content

Commit

Permalink
Add segfault test for issue 4910.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Feb 18, 2025
1 parent 645e417 commit a685ba5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/db/tools/rz_bin
Original file line number Diff line number Diff line change
Expand Up @@ -1244,3 +1244,15 @@ nth paddr vaddr len size section type string

EOF
RUN

NAME=Issue #4910 - segfault
FILE=bins/cmd/search/string_encodings/Latin-Lipsum.ascii
CMDS=!rz-bin -z -N ":<dH" ${RZ_FILE}
EXPECT=<<EOF
[Strings]
nth paddr vaddr len size section type string
---------------------------------------------

EOF
EXPECT_ERR=
RUN

0 comments on commit a685ba5

Please sign in to comment.