Bug#1003185: dialog: Dialog segfaults when passing large line to editbox

2022-04-17 Thread Thomas Dickey
fixed in 1.3.20220117 https://invisible-island.net/dialog/CHANGES.html#t20220117 -- Thomas E. Dickey https://invisible-island.net ftp://ftp.invisible-island.net signature.asc Description: PGP signature

Bug#1003185: dialog: Dialog segfaults when passing large line to editbox

2022-01-05 Thread Nikos Dragazis
Package: dialog Version: 1.3-20201126-1 Severity: normal Dear Maintainer, There is a segfault bug in the editbox widget. Specifically, the dialog can segfault when typing a line that is longer than the --max-input. Steps to reproduce: 1. Run: touch /tmp/foo && dialog --max-input 10 --editbox