linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] alsa reader bug?


From: Simon Morlat
Subject: Re: [Linphone-developers] alsa reader bug?
Date: Wed, 23 Jun 2010 12:07:12 +0200

You are perfectly right. Thank you.
I fix it on git.

Simon

Le lundi 14 juin 2010 à 08:15 +0200, Pawel Kostecki a écrit :
> I think I've found a bug in the ALSA reader filter - when I set the
> reader to stereo mode I get "segmentation fault". I think it is a
> buffer overflow problem.
> It happens even if the processing graph is very simple: just a reader
> and a void sink.
> 
> However, when I changed the size of allocated buffer in
> alsa_read_process() from:
> o = allocb(size,0)
> to
> o = allocb(size*ad->nchannels,0)
> it fixed the problem.
> 
> Pawe 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]