Skip to content

GCC static analyzer misc fixes

Simon Zeni requested to merge bl4ckb0ne/wlroots:fanalyzer-fix into master

I ran the GCC static analyzer 1 on wlroots and caught a few things.

So far it's mostly unchecked calloc calls in our examples/tinywl, that are fixed by asserting the value. But there is also real issues that are fixed in their own commits.

Merge request reports

Loading