Changeset 385fbc4


Ignore:
Timestamp:
2010-10-06T08:31:15Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c1d40e7
Parents:
2af3e23
Message:

Fixed string handling bug with long MSN passwords.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.c

    r2af3e23 r385fbc4  
    283283       
    284284        strncpy( pass, ic->acc->pass, MAX_PASSPORT_PWLEN );
     285        pass[MAX_PASSPORT_PWLEN] = '\0';
    285286        soap_req->payload = g_markup_printf_escaped( SOAP_PASSPORT_SSO_PAYLOAD,
    286287                ic->acc->user, pass, md->pp_policy );
Note: See TracChangeset for help on using the changeset viewer.