]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Properly check the lengths of Unix-socket pathnames.
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 21:59:52 +0000 (21:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:26 +0000 (23:25 +0000)
commitbec33b23119d9363854a2d0b4f4ca0fe893827aa
tree3151be3ee6886d55887a4acbb2e23b3519975f30
parenta146ab2e7aa984f8f5d7ec97e14bbf7ebeb30823
Properly check the lengths of Unix-socket pathnames.

If something is too long to fit in a sun_addr, we should spot that
well in advance and not try.
unix/uxagentc.c
unix/uxnet.c