[Wayland-bugs] [Bug 93833] NULL dereference in weston_pointer_send_frame with RDP backend

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 24 17:44:49 UTC 2016


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

--- Comment #8 from Laurentiu Nicola <lnicola at dend.ro> ---
I have no idea, it kinda' stopped building. My FreeRDP version is
1:1.2.0_20160107-6.

../src/compositor-rdp.c: In function ‘xf_peer_activate’:
../src/compositor-rdp.c:58:29: error: too many arguments to function
‘rfx_context_reset’
 # define RFX_RESET(C, W, H) rfx_context_reset(C, W, H)
                             ^
../src/compositor-rdp.c:874:2: note: in expansion of macro ‘RFX_RESET’
  RFX_RESET(peerCtx->rfx_context, weston_output->width, weston_output->height);
  ^~~~~~~~~
In file included from /usr/include/freerdp/codecs.h:27:0,
                 from /usr/include/freerdp/freerdp.h:46,
                 from ../src/compositor-rdp.c:67:
/usr/include/freerdp/codec/rfx.h:186:18: note: declared here
 FREERDP_API void rfx_context_reset(RFX_CONTEXT* context);
                  ^~~~~~~~~~~~~~~~~
../src/compositor-rdp.c:57:29: error: too many arguments to function
‘nsc_context_reset’
 # define NSC_RESET(C, W, H) nsc_context_reset(C, W, H)
                             ^
../src/compositor-rdp.c:875:2: note: in expansion of macro ‘NSC_RESET’
  NSC_RESET(peerCtx->nsc_context, weston_output->width, weston_output->height);
  ^~~~~~~~~
In file included from /usr/include/freerdp/codecs.h:28:0,
                 from /usr/include/freerdp/freerdp.h:46,
                 from ../src/compositor-rdp.c:67:
/usr/include/freerdp/codec/nsc.h:96:17: note: declared here
 FREERDP_API int nsc_context_reset(NSC_CONTEXT* context);
                 ^~~~~~~~~~~~~~~~~
Makefile:4723: recipe for target 'src/rdp_backend_la-compositor-rdp.lo' failed
make[1]: *** [src/rdp_backend_la-compositor-rdp.lo] Error 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160524/c77ae185/attachment.html>


More information about the wayland-bugs mailing list