| commit | c63b83fe8d1addecc949258479b8d54180c4da60 | [log] [tgz] |
|---|---|---|
| author | Jorge Boncompte [DTI2] <jorge@dti2.net> | Tue Apr 10 16:57:24 2012 +0200 |
| committer | David Lamparter <equinox@diac24.net> | Wed May 02 17:03:27 2012 +0200 |
| tree | fbc58da3014db1cf74a2f8a91a33fe941968815d | |
| parent | d227617a972bb20a974be68bea5032e692a0970f [diff] |
bgpd: Fix memory leak of some "show ip bgp neighbor" commands
sockunion_str2su() use is prone to memory leaks. Remove it's use all over
the code.
At least these commands leaked a sockunion union:
- show ip bgp vpnv4 ... routes
- show ip bgp ... received prefix-filter
Signed-off-by: Jorge Boncompte [DTI2] <jorge@dti2.net>
Signed-off-by: David Lamparter <equinox@diac24.net>