Bug#823891: wget: segmentation fault when terminal width is small

2016-05-11 Thread SJ Zhu
FYI, it's fixed by upstream https://savannah.gnu.org/bugs/index.php?47882

Bug#823891: wget: segmentation fault when terminal width is small

2016-05-10 Thread Mikhail Morfikov
Package: wget Version: 1.17.1-2 Followup-For: Bug #823891 -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The bug actually occurs when the width of the terminal is less than 50 columns. When the -q parameter is specified, wget works just fine even with small windows. -BEGIN PGP

Bug#823891: wget: segmentation fault when terminal width is small

2016-05-09 Thread Shengjing Zhu
Package: wget Version: 1.17.1-1+b1 Severity: important Dear Maintainer, I find wget will segmentation fault when the terminal width is very small. For example, the terminal width is 27. ``` $ echo $COLUMNS 27 ``` Then you try `wget www.debian.org ` You will get segmentation fault. I think