Navigation


Changeset 385:69057a6d68ec in freeDiameter for extensions/app_radgw/rgwx_auth.c


Ignore:
Timestamp:
Jul 5, 2010, 6:45:07 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix a possible race condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_auth.c

    r384 r385  
    10521052
    10531053        /* Store the request identifier in the session (if provided) */
    1054         if (session) {
     1054        if (*session) {
    10551055                unsigned char * req_auth;
    10561056                CHECK_MALLOC(req_auth = malloc(16));
Note: See TracChangeset for help on using the changeset viewer.