Ignore:
Timestamp:
2007-04-06T05:34:23Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cd4723c
Parents:
aef4828
Message:

Now that all these functions take format strings, I have to make sure I
use that and don't introduce vulnerabilities. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/io.c

    raef4828 r552e641  
    467467        else
    468468        {
    469                 s = g_strdup_printf( "Stream error: %s%s%s", type, text ? ": " : "", text ? text : "" );
    470                 imc_error( ic, s );
    471                 g_free( s );
     469                imc_error( ic, "Stream error: %s%s%s", type, text ? ": " : "", text ? text : "" );
    472470        }
    473471       
Note: See TracChangeset for help on using the changeset viewer.