- Use strlcpy() instead of strcpy().
authorFabian Keil <fk@fabiankeil.de>
Mon, 14 May 2007 10:23:48 +0000 (10:23 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 14 May 2007 10:23:48 +0000 (10:23 +0000)
commit26eb1e49894d7b970e3c234fe823fedb933ecc58
tree98b7996d02c688e0a4fae77ff8c7fbeff90244e7
parentbfecdd8c6594a6f26607224ee44d8e4add36ecb0
- Use strlcpy() instead of strcpy().
- Use the same buffer for socks requests and socks responses.
- Fix bogus warning about web_server_addr being used uninitialized.
gateway.c