You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering a search string in the Search: input bar (which can be reached by pressing 5 twice) which contains non-ASCII character (e.g the german umlaut 'ö'), pressing Ctrl + W triggers an assertion and causes the program to crash.
Here is the output of the assert(3) call:
Search: fööAssertion failed: x < strlen(wr->line) (../src/wreadln.c: wreadln_delete_char: 355)
Aborted
I can reproduce this crash on both Alpine Linux Edge and Arch Linux.
The text was updated successfully, but these errors were encountered:
I am using the following ncmpc version:
When entering a search string in the
Search:
input bar (which can be reached by pressing5
twice) which contains non-ASCII character (e.g the german umlaut 'ö'), pressingCtrl + W
triggers an assertion and causes the program to crash.Here is the output of the
assert(3)
call:I can reproduce this crash on both Alpine Linux Edge and Arch Linux.
The text was updated successfully, but these errors were encountered: