diff options
author | Keith Packard <keithp@keithp.com> | 2014-10-22 14:24:55 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-28 11:25:56 -0700 |
commit | 2566835b4374edb3e5a8353d4f7c9e7ec4851c57 (patch) | |
tree | f677adc4dbf81dd3a23d8a01120a30882efe6dbc /xkb/xkb.c | |
parent | 1b94fd77792310c80b0a2bcf4bf6d4e4c4c23bca (diff) |
os: Eliminate uninitialized value warnings from access.c
The ConvertAddr function doesn't reliably set the 'addr' return value,
and so callers are getting flagged for using potentially uninitialized
values. Initialize the value in the callers to NULL and then go ahead
and check for NULL values before using them.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xkb/xkb.c')
0 files changed, 0 insertions, 0 deletions