??? 05/12/09 13:52 Read: times |
#165264 - Buffer overflow... Responding to: ???'s previous message |
What is ''? There are no zero-size character. Or was it a character - such as a backslash - that got eaten by this forum?
You didn't post real code - you have index and indice mixed in the code. You must always verify that you have room in your array - a random sequence of received characters would overflow the receive buffer and make your program do something very strange. |