Bugzilla – Attachment 50550 Details for
Bug 118246
Gamin does a double free.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix
gamin-fix-bug-118246-1.patch (text/plain), 1.41 KB, created by
Robert Love
on 2005-09-21 17:57:42 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Robert Love
Created:
2005-09-21 17:57:42 UTC
Size:
1.41 KB
patch
obsolete
>Index: ChangeLog >=================================================================== >RCS file: /cvs/gnome/gamin/ChangeLog,v >retrieving revision 1.263 >retrieving revision 1.264 >diff -u -r1.263 -r1.264 >--- ChangeLog 10 Sep 2005 10:46:56 -0000 1.263 >+++ ChangeLog 20 Sep 2005 15:11:53 -0000 1.264 >@@ -1,3 +1,7 @@ >+Tue Sep 20 17:12:28 CEST 2005 Daniel Veillard <veillard@redhat.com> >+ >+ * server/gam_connection.c: trying to fix RH bug #168744 >+ > Sat Sep 10 12:46:38 CEST 2005 Daniel Veillard <veillard@redhat.com> > > * server/gam_connection.c: fixed a portability problem raised by >Index: server/gam_connection.c >=================================================================== >RCS file: /cvs/gnome/gamin/server/gam_connection.c,v >retrieving revision 1.27 >retrieving revision 1.28 >diff -u -r1.27 -r1.28 >--- server/gam_connection.c 10 Sep 2005 10:46:57 -0000 1.27 >+++ server/gam_connection.c 20 Sep 2005 15:11:53 -0000 1.28 >@@ -387,7 +387,7 @@ > gam_listener_remove_subscription(conn->listener, sub); > gam_remove_subscription(sub); > #ifdef ENABLE_INOTIFY >- if (gam_inotify_is_running()) >+ if ((gam_inotify_is_running()) && (!gam_exclude_check(path))) > gam_subscription_free(sub); > #endif > >@@ -396,7 +396,8 @@ > gam_connection_get_pid(conn)); > } > g_free(path); >- } break; >+ break; >+ } > case GAM_REQ_DEBUG: > #ifdef GAMIN_DEBUG_API > gam_debug_add(conn, req->path, options);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 118246
:
50550
|
50551