Use memset() on some of the char[]'s to make sure we don't have problems with memory
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 02:24:58 +0000 (19:24 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 5 Aug 2007 02:24:58 +0000 (19:24 -0700)
commit5757b130558cc2314bcd31e0e75cc4ed2edcfecb
tree376df14b8ab282815383f9461a58823a0352969a
parent40b51164e2eb993d8e691b00e1a85e73f42c7a48
Use memset() on some of the char[]'s to make sure we don't have problems with memory

* Source/SocketWrapper.m:
([SocketWrapper receive:]): Set the packetLength char array and the packet char array to be null before writing into them
Source/SocketWrapper.m