[Konsole-devel] [Bug 195795] using: cat < /dev/urandom | nc server-ip server-port , which makes a huge amount of output crashed konsole after a while
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Sun Aug 30 18:34:37 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=195795
--- Comment #6 from Kurt V. Hindenburg <kurt hindenburg gmail com> 2009-08-30 20:34:33 ---
I think this is due to the random data causing the emulation to to attempt to
perform certain options. For example I have often seen the zmodem popup. In
the core dumps, it is due to
case TY_CSI_PS('t', 8) : setImageSize( q /* columns */, p /* lines */ );
break;
being called with q < 1 or q > huge #.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list