Commit 1bb4a1db authored by Rudolf Polzer's avatar Rudolf Polzer
Browse files

Fix minor issues found by Coverity Scan:

- Missing check for dup() return value; possible impact would be
  hard to track down authentication failures due to lack of logging.
- Uninitialized XSetWindowAttributes struct members (technically unused
  and thus a false positive, but cleaner this way nevertheless).
parent 699c6d59
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment