Changeset 4790:c1073581d7c2 in roaraudio for roard/req.c


Ignore:
Timestamp:
03/11/11 11:25:22 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for long (> sizeof(mes.data)-4) cookies, fixed memory use-after-free bug in roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/req.c

    r4780 r4790  
    115115  return -1; 
    116116 
    117  ROAR_INFO("req_on_auth(client=%i,...): authtype=%s(%i)", ROAR_DBG_INFO_VERBOSE, 
    118                            client, roar_autht2str(authmes.type), authmes.type); 
     117 ROAR_INFO("req_on_auth(client=%i,...): authtype=%s(%i), len=%llu bytes", ROAR_DBG_INFO_VERBOSE, 
     118                           client, roar_autht2str(authmes.type), authmes.type, (long long unsigned int)authmes.len); 
    119119 
    120120 ret = auth_client_ckeck(cs, &authmes, &next); 
Note: See TracChangeset for help on using the changeset viewer.