Re: [pulseaudio-discuss] [PATCH] module-rtp-recv: fix crash on empty UDP packets

2014-06-05 Thread Alexander E. Patrakov
05.06.2014 17:13, Tanu Kaskinen пишет: On Sat, 2014-05-31 at 23:48 +0600, Alexander E. Patrakov wrote: Signed-off-by: Alexander E. Patrakov --- src/modules/rtp/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rtp/rtp.c b/src/modules/rtp/rtp.c index 57073

Re: [pulseaudio-discuss] [PATCH] module-rtp-recv: fix crash on empty UDP packets

2014-06-05 Thread Tanu Kaskinen
On Sat, 2014-05-31 at 23:48 +0600, Alexander E. Patrakov wrote: > Signed-off-by: Alexander E. Patrakov > > --- > src/modules/rtp/rtp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/modules/rtp/rtp.c b/src/modules/rtp/rtp.c > index 570737e..8451386 100644 > --- a/s

[pulseaudio-discuss] [PATCH] module-rtp-recv: fix crash on empty UDP packets

2014-05-31 Thread Alexander E. Patrakov
Signed-off-by: Alexander E. Patrakov --- src/modules/rtp/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rtp/rtp.c b/src/modules/rtp/rtp.c index 570737e..8451386 100644 --- a/src/modules/rtp/rtp.c +++ b/src/modules/rtp/rtp.c @@ -183,7 +183,7 @@ int pa_rtp_re