mirror_frr/vtysh
Renato Westphal 44f12f209f *: fix coverity warnings - resource leaks
These are mostly trivial fixes for leaks in the error path of some functions.

The changes in bgpd/bgp_mpath.c deserves a bit of explanation though. In
the bgp_info_mpath_aggregate_update() function, we were allocating memory
for the lcomm variable but doing nothing with it. Since the code for
communities, extended communities and large communities is pretty much
the same in this function, it's clear that this was a copy and paste
error where most of the ext. community code was copied but not all of
it as it should have been.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2017-10-24 19:30:30 -02:00
..
.gitignore [administrivia] Git should ignore backup files and .loT files 2008-08-22 20:00:46 +01:00
extract.pl.in vtysh: Allow vtysh to pass through vrf commands to pim 2017-07-24 13:51:33 -04:00
Makefile.am zebra: add support for static pseudowires 2017-08-09 13:03:36 +02:00
vtysh_config.c Merge pull request #1264 from donaldsharp/linklist 2017-10-05 14:57:05 -04:00
vtysh_main.c vtysh: fix clang warning 2017-10-08 23:48:55 +02:00
vtysh_user.c *: reindent 2017-07-17 14:04:07 +02:00
vtysh_user.h *: reindent 2017-07-17 14:04:07 +02:00
vtysh.c *: fix coverity warnings - resource leaks 2017-10-24 19:30:30 -02:00
vtysh.conf.sample * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" -> 2005-01-23 19:24:46 +00:00
vtysh.h vtysh: simplify path handling 2017-08-28 23:50:40 +02:00