<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>94030</integer>
    </number>
    <user>
      <string>zecke</string>
    </user>
    <title>
      <string>possible null dereference in strcmp</string>
    </title>
    <contents>
      <string>diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c
index c50027e..1efdb71 100644
--- a/src/bookmarks/ephy-bookmarks-import.c
+++ b/src/bookmarks/ephy-bookmarks-import.c
@@ -97,7 +97,7 @@ ephy_bookmarks_import (EphyBookmarks *bookmarks,
                success = ephy_bookmarks_import_xbel (bookmarks, filename);
        }
        else if ((type != NULL &amp;&amp; strcmp (type, &quot;application/x-mozilla-bookmarks&quot;) == 0) ||
-                strcmp (type, &quot;text/html&quot;) == 0 ||
+                (type != NULL &amp;&amp; strcmp (type, &quot;text/html&quot;) == 0) ||
                 strstr (filename, MOZILLA_BOOKMARKS_DIR) != NULL ||
                  strstr (filename, FIREFOX_BOOKMARKS_DIR_0) != NULL ||
                  strstr (filename, FIREFOX_BOOKMARKS_DIR_1) != NULL ||
</string>
    </contents>
    <universal-time>
      <integer>3473672048</integer>
    </universal-time>
    <channel>
      <string>#webkit-gtk</string>
    </channel>
    <colorization-mode>
      <string>WebKit (text or diff)</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
