Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
pulseaudio
pulseaudio-wrong-memset.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pulseaudio-wrong-memset.patch of Package pulseaudio
Index: pulseaudio-1.1/src/modules/rtp/rtp.c =================================================================== --- pulseaudio-1.1.orig/src/modules/rtp/rtp.c +++ pulseaudio-1.1/src/modules/rtp/rtp.c @@ -286,7 +286,7 @@ int pa_rtp_recv(pa_rtp_context *c, pa_me if (!found_tstamp) { pa_log_warn("Couldn't find SO_TIMESTAMP data in auxiliary recvmsg() data!"); - memset(tstamp, 0, sizeof(tstamp)); + memset(tstamp, 0, sizeof(struct timeval)); } return 0; Index: pulseaudio-1.1/src/modules/echo-cancel/adrian-aec.c =================================================================== --- pulseaudio-1.1.orig/src/modules/echo-cancel/adrian-aec.c +++ pulseaudio-1.1/src/modules/echo-cancel/adrian-aec.c @@ -163,7 +163,7 @@ static void AEC_leaky(AEC *a) } else if (1 == a->hangover) { --(a->hangover); // My Leaky NLMS is to erase vector w when hangover expires - memset(a->w, 0, sizeof(a->w)); + memset(a->w, 0, sizeof(REAL)); } } }
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