diff options
author | Zhou Mingying <zhoumy@cn.fujitsu.com> | 2019-08-30 14:14:36 +0800 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-04 00:40:48 +0000 |
commit | 024fc5df0079343e1a609009f3f62bd5b96324ff (patch) | |
tree | 0d55dcfe2561d328d3fdedea10c65e1428b55788 /meta-agl-bsp/conf | |
parent | dd21b3a6e340006d2ef4036cabf33c9e9a66e9ac (diff) |
wayland bug backport: Fix fake "Address already in use" error
Backport a bug modification to the wayland used by AGL,
because the bug may effect the applications start error
The bug modification detail is as bellow:
In the current workflow, socket file will be deleted if it already exists.
However, if the socket file is a symbolic link or the file that it refers
to not exist, we will got "Address already in use", because bind()
thinks the socket file exists and won't create it.
Now, use lstat() to determine whether the socket file exists.
Bug-AGL: SPEC-2783
Signed-off-by: Zhou Mingying <zhoumy@cn.fujitsu.com>
Change-Id: Iff2c7abefa56104eef49ae7102ee8a1de796b813
Diffstat (limited to 'meta-agl-bsp/conf')
0 files changed, 0 insertions, 0 deletions