Bugzilla – Bug 1213901
dhex: segfault in searchbox
Last modified: 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);