this should be fixed by this upstream commit:
------------------------------------------------------------------------        
                                                         
r29626 | reimar | 2009-09-02 12:55:36 +0200 (Mi, 02 Sep 2009) | 3 lines         
                                                         
                                                                                
                                                         
Fix possible crashes with invalid SDPs that result in stream descriptions       
                                                         
not being initialized.                                                          
                                                         


Index: real.c                                                                   
                                                         
===================================================================             
                                                         
--- real.c      (revision 29625)                                                
                                                         
+++ real.c      (revision 29626)                                                
                                                         
@@ -235,6 +235,8 @@                                                             
                                                         
     char b[64];                                                                
                                                         
     int rulematches[MAX_RULEMATCHES];                                          
                                                         
                                                                                
                                                         
+    if (!desc->stream[i])                                                      
                                                         
+      continue;                                                                
                                                         
 #ifdef LOG                                                                     
                                                         
     printf("calling asmrp_match with:\n%s\n%u\n", 
desc->stream[i]->asm_rule_book, bandwidth);                                     
      
 #endif                                                                         
                                                         


** Changed in: mplayer (Ubuntu)
   Importance: Undecided => Medium

** Changed in: mplayer (Ubuntu)
       Status: New => Triaged

** Changed in: mplayer (Ubuntu)
     Assignee: (unassigned) => Reinhard Tartler (siretart)

-- 
mplayer crashes in open_stream at streaming radio site
https://bugs.launchpad.net/bugs/519579
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to