This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Free Bsd memory leak ?


In the bsd_accept function, a structure sockaddr is being allocated to
receive the peer IP address. This structure is mem-copied into the
argument passed to accept but not freed before the exit of the function.

Are we missing something there ?

-- 
Philippe Moutarlier <pmoutarlier@alliantnetworks.com>


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]