[Github-comments] [geany/geany-plugins] pairtaghighlighter: Fix crash if the tag name is missing (#447)
Matthew Brush
notifications at xxxxx
Thu Jun 16 06:12:47 UTC 2016
> @@ -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)
I'm not familiar with this plugin's code, is it acceptable to silently fail here?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/447/files/5b461b3bdcf2c380e5f323e287be4ebd32f07059#r67291823
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160615/f4b898d8/attachment.html>
More information about the Github-comments
mailing list