summaryrefslogtreecommitdiff
path: root/AuDispose.c
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2017-10-19 22:18:18 +0200
committerAdam Jackson <ajax@redhat.com>2017-10-20 14:51:03 -0400
commit987fee49dc1750082cfe6e24833379233777a13b (patch)
treeeaa25ec9436ec31ebbf1a0fe7109c75fd22514dc /AuDispose.c
parent42e152c6f2d1bd839e77c5e97f3a509d890c3237 (diff)
downloadxorg-lib-libXau-987fee49dc1750082cfe6e24833379233777a13b.tar.gz
Avoid out of boundary read access
If the environment variable HOME is empty, XauFileName triggers an out of boundary read access (name[1]). If HOME consists of a single character relative path, the output becomes unexpected, because "HOME=a" leads to "a.Xauthority" instead of "a/.Xauthority". Granted, a relative HOME path leads to trouble in general, the code should properly return "a/.Xauthority" nonetheless. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'AuDispose.c')
0 files changed, 0 insertions, 0 deletions