Remove potential crash issue 29/319729/3 accepted/tizen/unified/20241108.105410 accepted/tizen/unified/x/20241104.122250
authorjinbong.lee <jinbong.lee@samsung.com>
Thu, 31 Oct 2024 05:37:27 +0000 (14:37 +0900)
committerjinbong.lee <jinbong.lee@samsung.com>
Thu, 31 Oct 2024 07:06:36 +0000 (16:06 +0900)
commit3b965dde8e830c15009633b97b5ae81b10f1e422
tree22ba1516863239593726ea11c9446ad68437ff1b
parentba1a5b9b01f0a5da4016797b64bab4dda975169e
Remove potential crash issue

  - There is some error when native_dpy is different with wl_display_interface's address
  - Then, there is no guarantee native_dpy's structure is same with wl_display_interface
  - So native_dpy's name check should not be run when they has different memory address.

Change-Id: I3bb6068186d6282dbbef965acbe0192323dea901
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
src/tpl_wayland_egl.c
src/tpl_wl_egl_thread.c
src/tpl_wl_vk_thread.c