ports/82461: add patch file
dikshie
dikshie at lapi.itb.ac.id
Tue Jun 21 04:00:46 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list