]> git.puffer.fish Git - mirror/frr.git/commit
lib: remove `strncpy()` use
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 17 Oct 2024 12:34:10 +0000 (14:34 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 22 Oct 2024 12:51:25 +0000 (14:51 +0200)
commit4606612abe42ac7011d9daaf0ddd23bae8887b6b
treefd21defa5d64597ac0ae3386c23f89752de7df5b
parent84fd92c80e207e879632eb0b640e378074bab8cf
lib: remove `strncpy()` use

`checkpatch` has sufficiently annoyed me to fix this.

Includes free overflow guard in CSV code.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/csv.c
lib/ptm_lib.c