Bug 1213901 - dhex: segfault in searchbox
Summary: dhex: segfault in searchbox
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Hauke
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-02 11:20 UTC by Adam Majer
Modified: 2023-08-02 11:20 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Majer 2023-08-02 11:20:27 UTC
to reproduce:

# touch test
# dhex test
press / to search
navigate to asc entry and try to enter something there
<segfault>

#8  stringinput (output=output@entry=0x55555556b310, y=<optimized out>, x=<optimized out>, s=s@entry=0x7fffffffbb70 "", len=len@entry=19) at /usr/src/debug/dhex_0.69/input.c:303
303                             memmove(&buf[cursorpos+1],&buf[cursorpos],len-cursorpos);