16 May 2012 16:32
[quagga-dev 9350] OSPF6d: Problem with route delete. Accessing Freed memory
narender <dnarenderreddy <at> gmail.com>
2012-05-16 14:32:55 GMT
2012-05-16 14:32:55 GMT
Hi, I was wondering if in the function - ospf6_route_remove_all() Are we not accessing freed memory (route) while trying to get the route next using ospf6_route_next(). Similar is the case in ospf6_intra_brouter_calculation() function. We are freeing the memory in ospf6_route_remove()--> ospf6_route_unlock() and on return to get the next route entry we use the same memory freed memory again. Is it not an issue. Regards Narender
RSS Feed