Help sscanf warning !
#1

Hi, how to do better to avoid sscanf errors?

Код:
sscanf warning: String buffer overflow.
https://pastebin.com/nXcx4gyU
Reply
#2

It means that the string you tried to store in the buffer is longer than the specified string.
Reply
#3

Quote:
Originally Posted by alanhutch
Посмотреть сообщение
It means that the string you tried to store in the buffer is longer than the specified string.
↑↑ Exactly.
Quote:
Originally Posted by ******
Посмотреть сообщение
Actually it means that the string you tried to store in the buffer is longer than the specified string.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)