Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
xawtv
xawtv-fixblitframesegfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xawtv-fixblitframesegfault.patch of Package xawtv
Index: xawtv-3.103/x11/blit.c =================================================================== --- xawtv-3.103.orig/x11/blit.c +++ xawtv-3.103/x11/blit.c @@ -937,7 +937,8 @@ void blit_putframe(struct blit_state *st #ifdef HAVE_LIBXV case STATUS_XVIDEO: - memcpy(st->xvimage->data,buf->data,buf->size); + memcpy(st->xvimage->data,buf->data, + buf->size < st->xvimage->data_size ? buf->size : st->xvimage->data_size); ng_release_video_buf(buf); xv_blit(XtDisplay(st->widget), XtWindow(st->widget), st->gc, st->xvimage,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor