看板 FB_bugs 關於我們 聯絡資訊
>Number: 138130 >Category: kern >Synopsis: Resource leak in LibAliasRefreshModules() in file sys/netinet/libalias/alias.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 24 10:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Patroklos Argyroudis >Release: 7.2 >Organization: census, inc >Environment: FreeBSD julius.localdomain 7.2-RELEASE FreeBSD 7.2-RELEASE #25: Thu May 7 18:55:24 UTC 2009 root@julius.localdomain:/usr/obj/usr/src/sys/JULIUS i386 >Description: In function LibAliasRefreshModules() in file sys/netinet/libalias/alias.c there is a resource leak of stream fd. Although the stream is initialized (line 1561), it is never closed. >How-To-Repeat: N/A >Fix: 1581 } 1582 } 1583 fclose(fd); 1584 return (0); 1585 } >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"