Bug#509866: found the ALL CAPS bug

2009-09-03 Thread Cyril Brulebois
Michael Vogt (31/08/2009): > Thanks for the reminder. Could you please test the attached patch > and let me know if that fixes the problem for you? Hi, thanks for the quick update. It's quite lame from me, but I couldn't reproduce it with an high reproducibility rate, and I've currently no acces

Bug#509866: found the ALL CAPS bug

2009-08-31 Thread Michael Vogt
On Sun, Aug 30, 2009 at 01:36:24AM +0200, Cyril Brulebois wrote: > Simon Richter (28/04/2009): > > I believe the problem is line 785 of apt-pkg/deb/dpkgpm.cc: > > > > | tcgetattr(0, &tt); > > Hi, > > thanks for that. > > > The return code is not checked here; the call will fail if stdin is > >

Bug#509866: found the ALL CAPS bug

2009-08-29 Thread Cyril Brulebois
Simon Richter (28/04/2009): > I believe the problem is line 785 of apt-pkg/deb/dpkgpm.cc: > > | tcgetattr(0, &tt); Hi, thanks for that. > The return code is not checked here; the call will fail if stdin is > not a terminal (in the case of d-i and autobuilders, it isn't), and > the termios stru

Bug#509866: found the ALL CAPS bug

2009-04-28 Thread Simon Richter
Package: apt Version: 0.7.21 Severity: normal Hi, I believe the problem is line 785 of apt-pkg/deb/dpkgpm.cc: | tcgetattr(0, &tt); The return code is not checked here; the call will fail if stdin is not a terminal (in the case of d-i and autobuilders, it isn't), and the termios struct ends up u