[Bug 735871] Improve SELinux support by introducing subdirs and by changing the order of the intermediate file locations

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 4 01:37:14 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735871
  GStreamer | orc | git

Sebastian Dröge (slomo) <slomo> changed:

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

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-04 08:37:05 UTC ---
Review of attachment 285118:
 --> (https://bugzilla.gnome.org/review?bug=735871&attachment=285118)

::: orc/orccodemem.c
@@ +204,3 @@
+
+  dir = malloc (strlen (basedir) + strlen ("/orc") + 1);
+  sprintf (dir, "%s/orc", basedir);

This is not portable as it uses "/" as a path separator always.

-- 
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