Skip to content

Instantly share code, notes, and snippets.

@hardening
Created July 25, 2013 21:48
Show Gist options
  • Save hardening/6084084 to your computer and use it in GitHub Desktop.
Save hardening/6084084 to your computer and use it in GitHub Desktop.
bind_seat
==30277== Invalid read of size 8
==30277== at 0x4E3DE50: wl_list_insert (wayland-util.c:45)
==30277== by 0x412BE4: bind_seat (input.c:1268)
==30277== by 0x6455C17: ffi_call_unix64 (in /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1)
==30277== by 0x645557F: ffi_call (in /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1)
==30277== by 0x4E3D962: wl_closure_invoke (connection.c:919)
==30277== by 0x4E3A339: wl_client_connection_data (wayland-server.c:307)
==30277== by 0x4E3C1A2: wl_event_loop_dispatch (event-loop.c:421)
==30277== by 0x4E3A8F4: wl_display_run (wayland-server.c:836)
==30277== by 0x40FDF3: main (compositor.c:3423)
==30277== Address 0x10adf520 is 1,344 bytes inside a block of size 1,688 free'd
==30277== at 0x4C2BA6C: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==30277== by 0x8CF206A: freerdp_peer_free (peer.c:437)
==30277== by 0x88460DE: rdp_client_activity (compositor-rdp.c:623)
==30277== by 0x4E3C1A2: wl_event_loop_dispatch (event-loop.c:421)
==30277== by 0x4E3A8F4: wl_display_run (wayland-server.c:836)
==30277== by 0x40FDF3: main (compositor.c:3423)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment