Files
termux-packages/packages/readline
termux-pacman-bot 9feb393080 fix(main/readline): fix crash in rl_redisplay() by copying patch from Arch Linux
- Fixes crash that can occur when programs call `readline`'s `rl_redisplay()` function

Backtrace in `megacmd`:

```
rkirkman@termux.dev:/$ ls
rkirkman@termux.dev:/$
Thread 1 "mega-cmd" received signal SIGSEGV, Segmentation fault.
0x0000007fbe1d2218 in ?? () from /data/data/com.termux/files/usr/lib/libreadline.so.8.3
(gdb) bt
    at /home/builder/.termux-build/megacmd/src/src/megacmdshell/megacmdshell.cpp:1752
    at /home/builder/.termux-build/megacmd/src/src/megacmdshell/megacmdshell.cpp:2080
```

- Copied and pasted from c27f6349cc/8.3.0-display-null-prompt.patch
2025-11-12 17:39:41 +00:00
..