[Github-comments] [geany/geany] tagmanager: Fix UB around sequencing of side effects (#1074)
Erik de Castro Lopo
notifications at xxxxx
Thu Jun 16 10:53:01 UTC 2016
Functions with side effects (`fileGetc` in this case) cannot be guaranteed
to operate correctly on the left-hand side of a comma.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1074
-- Commit Summary --
* tagmanager: Fix UB around sequencing of side effects
-- File Changes --
M tagmanager/ctags/get.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/1074.patch
https://github.com/geany/geany/pull/1074.diff
---
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/pull/1074
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160616/385e148f/attachment.html>
More information about the Github-comments
mailing list