]> git.ipfire.org Git - thirdparty/bird.git/commit
Unix socket: Path length check directly before copying the path.
authorMaria Matejka <mq@ucw.cz>
Sat, 17 Aug 2019 12:57:41 +0000 (14:57 +0200)
committerMaria Matejka <mq@ucw.cz>
Sat, 17 Aug 2019 12:57:41 +0000 (14:57 +0200)
commit33e07e81145de13d46dc42283da9ebf69289dda4
treebad4df8125d1b04991e5a30e23b9939cfd93172c
parent7b91a3473c1f61d50b6c3ce4b3d248542bbb31a3
Unix socket: Path length check directly before copying the path.

This is not needed as the string is always short enough, anyway
it may be needed in future and one strlen during BIRD start is
cheap enough.
sysdep/unix/io.c