% uname
OSF1
% uname -r
V5.1
% sh ./support/config.guess
alphaev67-dec-osf5.1
% cc -V
Compaq C V6.3-025 on Compaq Tru64 UNIX V5.1 (Rev. 732)
Compiler Driver V6.3-026 (sys) cc Driver
cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I.
-I../lib/intl -I/home/jayk/src/bash-4.1
Hello list,
somebody in chat just asked about the maximum input line length, I know
(and told him) that this might be very platform dependent, but I did
some tests.
The result of these tests was a SEGV (after some 78K line length).
Shouldn't this be sanely catched somehow by the parser? I di
Jan Schampera schrieb:
The result of these tests was a SEGV (after some 78K line length).
Shouldn't this be sanely catched somehow by the parser? I didn't look
deeper, but it looks like a blindly filled buffer or something like that.
Sorry, I should make clear that the test case was a bunch o