https://bugs.freedesktop.org/show_bug.cgi?id=62367

          Priority: medium
            Bug ID: 62367
          Assignee: [email protected]
           Summary: Wayland client (c++) crashes in event handler with a
                    'n' argument
          Severity: critical
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: NEW
           Version: 1.0.90
         Component: wayland
           Product: Wayland

commit 2fc248dc2c877d02694db40aad52180d71373d5a causes a regression.

We have an event like:
<event name="activate">
   <arg name="id" type="new_id" interface="input_method_context"/>
</event>

The wl_object* created in create_proxies() is packed into ffi_args as a
uint32_t (instead of a pointer) in convert_arguments_to_ffi().

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to