]> 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>
Fri, 1 May 2020 13:19:12 +0000 (15:19 +0200)
commitcdde3550dc188f493daf82ef9d9acf8b85d9d722
treec423475e301cada0c6181da742cf8c21a31ce9eb
parent9ac13d7af25d6b26866bf4f4a4fab371925fb1df
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