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
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
> >
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
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
4 matches
Mail list logo