Navigation


Changeset 1443:ca7ca55e2488 in freeDiameter for extensions


Ignore:
Timestamp:
Feb 27, 2020, 2:27:48 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

app_sip: debug log a non-NULL value

Detected by gcc 9.1.1.

Location:
extensions/app_sip
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/TODO

    r468 r1443  
    5050* check multithreading of mysql!
    5151* get destination host in database for RTR and PPR
     52* libapp_sip.c: fix username_pure memory leaks
     53* app_sip_MAR_cb:
     54  - too much mysql_real_escape_string() use, both within the function and functions it calls
     55  - on error, leaks allocated: sipuri, username, query.
    5256
    5357
  • extensions/app_sip/multimediaauth.c

    r1424 r1443  
    149149                                if(not_found)
    150150                                {
    151                                         TRACE_DEBUG(FULL,"The user %s doesn't exist!",username);
     151                                        TRACE_DEBUG(FULL,"The user %s doesn't exist!", avphdr->avp_value->os.data);
    152152                                        result="DIAMETER_ERROR_USER_UNKNOWN";
    153153                                        free(username);
Note: See TracChangeset for help on using the changeset viewer.