<p>In <a href="https://github.com/geany/geany-plugins/pull/447#discussion_r67291652">pairtaghighlighter/src/pair_tag_highlighter.c</a>:</p>
<pre style='color:#555'>> @@ -233,7 +235,7 @@ static void findMatchingOpeningTag(ScintillaObject *sci, gchar *tagName, gint op
>              gchar *matchingTagName = get_tag_name(sci, matchingOpeningBracket,
>                                                    matchingClosingBracket,
>                                                    isMatchingTagOpening);
> -            if(strcmp(tagName, matchingTagName) == 0)
> +            if(matchingTagName && strcmp(tagName, matchingTagName) == 0)
</pre>
<p>Or it could use <code>g_strcmp0()</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/447/files/5b461b3bdcf2c380e5f323e287be4ebd32f07059#r67291652">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJzPissT4uj59mCDqWM8MANxeZxRNks5qMOixgaJpZM4I2WFL">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3UzK5oHUNk9Dmis-LKeGNKy98k5ks5qMOixgaJpZM4I2WFL.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/447/files/5b461b3bdcf2c380e5f323e287be4ebd32f07059#r67291652"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>