[Wayland-bugs] [Bug 53018] Unguarded derefs in wayland-client.c can cause segfaults
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Aug 1 10:36:42 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=53018
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |NOTABUG
--- Comment #3 from Kristian Høgsberg <krh at bitplanet.net> 2012-08-01 17:36:42 UTC ---
This is not a bug, passing NULL to wl_proxy_get_user_data() is not valid input
and results in undefined behavior (ie crash). strlen(), for example, has the
same behaviour.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Wayland-bugs
mailing list