[Bug 733001] scanner: Selinux enhanced file rights not handled correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 10 08:02:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733001
  GStreamer | gstreamer (core) | unspecified

Nicolas Dufresne <nicolas.dufresne> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #280414|none                        |needs-work
             status|                            |

--- Comment #3 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2014-07-10 15:02:25 UTC ---
Review of attachment 280414:
 --> (https://bugzilla.gnome.org/review?bug=733001&attachment=280414)

Please, create a patch using git, on git master. Commit with your fullname and
email address. While comiting, a post process script will tell you if you have
coding style errors. When patch is ready, and tested, create a patch file using
"git format-patch -1". Thanks for your time.

::: gstreamer-1.3.3.orig/gst/gstregistry.c
@@ +1263,3 @@
       continue;
+    } 
+     if (g_access(filename,X_OK)!=0) {

Indent and coding style error here.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list