sscanf warning: string buffer overflow
#6

increase the string size like this
PHP код:
if(sscanf(params"s[32]"option)) 
    { 
and also you can do a length check to block the processing
Reply


Messages In This Thread
sscanf warning: string buffer overflow - by NeXoR - 19.11.2016, 08:40
Re: sscanf warning: string buffer overflow - by ranme15 - 19.11.2016, 09:04
Re: sscanf warning: string buffer overflow - by NeXoR - 19.11.2016, 09:19
Re: sscanf warning: string buffer overflow - by ranme15 - 19.11.2016, 09:22
Re: sscanf warning: string buffer overflow - by NeXoR - 19.11.2016, 09:26
Re: sscanf warning: string buffer overflow - by SyS - 19.11.2016, 09:32
Re: sscanf warning: string buffer overflow - by Stinged - 19.11.2016, 10:14
Re: sscanf warning: string buffer overflow - by NeXoR - 19.11.2016, 19:29
Re: sscanf warning: string buffer overflow - by Dayrion - 20.11.2016, 00:00
Re: sscanf warning: string buffer overflow - by Stinged - 20.11.2016, 05:54

Forum Jump:


Users browsing this thread: 1 Guest(s)