Changeset 6ccfada5ee71ecb64056025638c9791808724bba

Show
Ignore:
Timestamp:
23/06/03 15:45:30 (5 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1056375930 +0000
git-parent:

[0c0ca771b893e051e3e3e69218e760e844dd1364]

git-author:
Clément Stenac <zorglub@videolan.org> 1056375930 +0000
Message:

Fixed a segfault that could happen if you have ipv6 support enabled, but no address

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/standard.c

    r0c0ca77 r6ccfada  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001, 2002 VideoLAN 
    5  * $Id: standard.c,v 1.5 2003/06/23 11:41:26 zorglub Exp $ 
     5 * $Id: standard.c,v 1.6 2003/06/23 13:45:30 zorglub Exp $ 
    66 * 
    77 * Authors: Laurent Aimar <fenrir@via.ecp.fr> 
     
    6060    sout_mux_t           *p_mux; 
    6161    sap_session_t        *p_sap; 
    62     unsigned int          b_sap; 
     62    vlc_bool_t           b_sap; 
    6363}; 
    6464 
  • src/stream_output/announce.c

    r0c0ca77 r6ccfada  
    9999        { 
    100100             msg_Warn( p_sout, "failed to open a connection (udp)" ); 
     101             return NULL; 
    101102        } 
    102103        module_Unneed( p_sout, p_network ); 
     
    168169        { 
    169170            msg_Warn( p_sout, "failed to open a connection (udp)" ); 
     171            return NULL; 
    170172        } 
    171173        module_Unneed( p_sout, p_network );