]> git.ipfire.org Git - thirdparty/lldpd.git/commit
daemon: fix usage of calloc
authorVincent Bernat <vincent@bernat.ch>
Tue, 15 Oct 2024 19:05:14 +0000 (21:05 +0200)
committerVincent Bernat <vincent@bernat.ch>
Tue, 15 Oct 2024 19:06:10 +0000 (21:06 +0200)
commitb116fa3e1a3fde7d4957ece11e97b6eec716bdb4
tree1b24f3275cac7a4e53c5dfe1ae0b4a4fe68a9c3c
parent3e3ba6e8dd93b2adf6a46b6345e7ff2f3ae7f962
daemon: fix usage of calloc

First argument is the number of elements to allocate.
src/daemon/interfaces-linux.c
src/daemon/netlink.c