<p>In <a href="https://github.com/geany/geany-plugins/pull/447#discussion_r67291823">pairtaghighlighter/src/pair_tag_highlighter.c</a>:</p>
<pre style='color:#555'>> @@ -319,6 +321,9 @@ static void findMatchingTag(ScintillaObject *sci, gint openingBracket, gint clos
> gboolean isTagOpening = is_tag_opening(sci, openingBracket);
> gchar *tagName = get_tag_name(sci, openingBracket, closingBracket, isTagOpening);
>
> + if (!tagName)
</pre>
<p>I'm not familiar with this plugin's code, is it acceptable to silently fail here?</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#r67291823">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ_sjVPmLCg0PW9WCFgKn7C63dlMVks5qMOlfgaJpZM4I2WFL">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0auNitwVc4CM3KVZ8WmCwXCP3xGks5qMOlfgaJpZM4I2WFL.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#r67291823"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>