1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-15 01:52:34 +08:00
Files
proxychains-ng/src
T
rofl0r 530fee89ce proxy_getaddrinfo: don't use strncpy
the strncpy function is both dangerous and slow.
dangerous because it doesn't do what the naive programmer expects
(bounded strcpy), and slow because it pads the entire bufsize
with zeroes.
530fee89ce · 2014-01-22 22:22:24 +01:00
History
..
2014-01-22 22:22:24 +01:00
2013-06-26 12:22:11 +02:00
2013-06-26 12:22:12 +02:00
2012-12-25 19:08:05 +01:00
2012-11-07 21:31:11 +01:00
2012-11-07 21:31:11 +01:00
2012-11-07 21:31:11 +01:00
2012-11-07 21:31:11 +01:00