Uninitialized Memory
Status: Beta
Brought to you by:
pharscape
Line 1557: if((script=( char *)malloc(scriptspace))==NULL) {
As malloc() used for variable script doesn't initialize memory by design, i=strlen(scrpt) in line 1652 therefore operates on uninitalized memory when external script and '-s' option are set.
Hit this bug with one of my openwrt routers.