]> git.puffer.fish Git - matthieu/frr.git/commit
nhrpd: use CALLOC instead of MALLOC
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 16 Jul 2019 13:04:33 +0000 (15:04 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 9 Apr 2021 16:29:58 +0000 (18:29 +0200)
commite8263bdb776638c3837da2f34fa52a5a9f951b35
tree47db50f58feff3d5c4449f9b26cb59804910cab0
parent40307370446db46a08096368332aa21bd3f0ab71
nhrpd: use CALLOC instead of MALLOC

in order to apply a memset to a non initialised structure, use CALLOC
instead of MALLOC

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
nhrpd/zbuf.c