FreeBSD Bugzilla – Attachment 119959 Details for
Bug 162673
[PATCH] net/rinetd: Fix resource leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rinetd-0.62_4.patch
rinetd-0.62_4.patch (text/plain), 909 bytes, created by
Michael Gmelin
on 2011-11-19 01:20:07 UTC
(
hide
)
Description:
rinetd-0.62_4.patch
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2011-11-19 01:20:07 UTC
Size:
909 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/rinetd.orig/Makefile /usr/ports/net/rinetd/Makefile >--- /usr/ports/net/rinetd.orig/Makefile 2011-11-19 01:36:39.000000000 +0100 >+++ /usr/ports/net/rinetd/Makefile 2011-11-19 01:35:19.000000000 +0100 >@@ -7,7 +7,7 @@ > > PORTNAME= rinetd > PORTVERSION= 0.62 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= net > MASTER_SITES= http://www.boutell.com/rinetd/http/ \ > ${MASTER_SITE_GENTOO} >diff -ruN --exclude=CVS /usr/ports/net/rinetd.orig/files/patch-rinetd.c /usr/ports/net/rinetd/files/patch-rinetd.c >--- /usr/ports/net/rinetd.orig/files/patch-rinetd.c 2011-11-19 01:36:39.000000000 +0100 >+++ /usr/ports/net/rinetd/files/patch-rinetd.c 2011-11-19 01:35:30.000000000 +0100 >@@ -8,3 +8,11 @@ > initArrays(); > readConfiguration(); > RegisterPID(); >+@@ -646,6 +646,7 @@ >+ } >+ } >+ } >++ fclose(in); >+ /* Open the log file */ >+ if (logFile) { >+ fclose(logFile);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162673
: 119959