Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2005 10:50:29 +0700
From:      dikshie <dikshie@lapi.itb.ac.id>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82461: add patch file
Message-ID:  <E1DkZmP-000N9P-1g@linux.ocean.itb.ac.id>
Resent-Message-ID: <200506210400.j5L40jCM043884@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82461
>Category:       ports
>Synopsis:       add patch file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 21 04:00:44 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     dikshie
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Institute of Technology Bandung (ITB), Indonesia	
>Environment:
System: FreeBSD linux.ocean.itb.ac.id 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Jun 6 15:17:27 WIT 2005 dikshie@linux.ocean.itb.ac.id:/usr/obj/usr/src/sys/OCEAN i386


	
>Description:
	memory leak on ospfd this patch apply to ospf_packet.c 
        on Zebra-0.95
	
>How-To-Repeat:
	
>Fix:

	

--- patch-ospf-packet begins here ---
--- ospf_packet.c.original	Tue Jun 21 10:41:25 2005
+++ ospf_packet.c	Tue Jun 21 10:44:52 2005
@@ -1785,6 +1785,7 @@
   if (listcount (mylsa_upds) > 0)
     ospf_opaque_self_originated_lsa_received (nbr, mylsa_upds);
 
+  list_delete (mylsa_acks); 
   list_delete (mylsa_upds);
 #endif /* HAVE_OPAQUE_LSA */
 
--- patch-ospf-packet ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DkZmP-000N9P-1g>