Bugzilla – Bug 152044
ppp-2.4.3-22: array subscript out of range
Last modified: 2006-02-20 12:42:42 UTC
I just tried to compile package ppp-2.4.3-22 with a non standard version of the GNU C compiler. It said passprompt.c:64: warning: array subscript out of range The source code is char *argv[4], fdstr[32]; /* ... */ argv[4] = 0; so argv[ 4] does not exist. Suggest make array one bigger.
ppp is actively developed. report it upstream