Changeset 4257:65cf58821db6 in roaraudio


Ignore:
Timestamp:
08/25/10 19:43:14 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed a problem with PASSFH on some systems

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4253 r4257  
    33        * Added memory locking module to roard 
    44        * fixed libroaross's select() to work with mplayer 
     5        * fixed a problem with PASSFH on some systems 
    56 
    67v. 0.3 - Sun Aug 22 2010 26:14 CEST 
  • libroar/socket.c

    r4256 r4257  
    376376 } 
    377377 
    378  if ( msg.msg_controllen != _SCMR_CONTROLLEN ) { 
     378 if ( msg.msg_controllen  < _SCMR_CONTROLLEN || 
     379      cmptr->cmsg_len    != _SCMR_CONTROLLEN  ) { 
    379380  ROAR_DBG("roar_socket_recv_fh(sock=%i, mes=%p, len=%p) = -1 // control len is wrong", sock, mes, len); 
    380381  return -1; 
Note: See TracChangeset for help on using the changeset viewer.