Bug 16415

Summary: xbm magic
Product: shared-mime-info Reporter: Matthias Clasen <mclasen>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Matthias Clasen 2008-06-18 08:20:08 UTC
gdk-pixbuf has magic for xbm files. The magic is not very good, so maybe we don't want it ?

        static GdkPixbufModulePattern signature[] = {
                { "#define ", NULL, 100 },
                { "/*", NULL, 50 },
                { NULL, NULL, 0 }
        };
Comment 1 Bastien Nocera 2008-06-19 02:35:09 UTC
We can't really do anything with that I'm afraid. It could match C source code, and many other things...

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.