
equinox at diac24
May 2, 2012, 9:26 AM
Views: 125
Permalink
|
|
Re: [PATCH 0/6] Fixes for some memory leaks on bgpd
[In reply to]
|
|
On Tue, Apr 10, 2012 at 04:57:21PM +0200, Jorge Boncompte [DTI2] wrote: > From: "Jorge Boncompte [DTI2]" <jorge [at] dti2> > > This series fixes some memory leaks caused by the use of the functions > sockunion_str2su() and sockunion_su2str(). > > The patches remove the functions because it's use is error prone, library > functions should try not to allocate memory. > > Jorge Boncompte [DTI2] (6): > bgpd: Fix memory leak with 'set ip next-hop peer-address' > lib: remove last uses of sockunion_su2str() > bgpd: Fix memory leak of some "show ip bgp neighbor" commands > extend use of sockunion2ip macro to more places > lib: remove sockunion related unused definitions > bgpd: cleanup, use correct buffer sizes for sockunion2str() Applied, thanks!
|