Navigation


Changeset 1022:9beef9a09faa in freeDiameter for libfdproto


Ignore:
Timestamp:
Apr 12, 2013, 1:46:00 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix spin/core-dump inducing format string error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/ostr.c

    r752 r1022  
    170170                }
    171171                /* otherwise, we just display the hex code */
    172                 TRACE_DEBUG(INFO, "Invalid character (0xhhX) at offset %d in DiameterIdentity '%.*s'", os[i], i+1, ossz, os);
     172                TRACE_DEBUG(INFO, "Invalid character (0x%hhX) at offset %d in DiameterIdentity '%.*s'", os[i], i+1, ossz, os);
    173173                return 0;
    174174disp:
Note: See TracChangeset for help on using the changeset viewer.