Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498794 | Differences between
and this patch

Collapse All | Expand All

(-)krb5-1.12.1.orig/src/lib/krad/packet.c (-1 / +1 lines)
Lines 253-259 Link Here
253
{
253
{
254
    krb5_error_code retval;
254
    krb5_error_code retval;
255
    krad_packet *pkt;
255
    krad_packet *pkt;
256
    uchar id;
256
    uchar id = 0;
257
    size_t attrset_len;
257
    size_t attrset_len;
258
258
259
    pkt = packet_new();
259
    pkt = packet_new();
(-)krb5-1.12.1.orig/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c (-2 / +2 lines)
Lines 1356-1363 Link Here
1356
        goto cleanup;
1356
        goto cleanup;
1357
1357
1358
    for (i=0; bvalues[i] != NULL; ++i) {
1358
    for (i=0; bvalues[i] != NULL; ++i) {
1359
        krb5_int16 n_kd;
1359
        krb5_int16 n_kd = 0;
1360
        krb5_key_data *kd;
1360
        krb5_key_data *kd = NULL;
1361
        krb5_data in;
1361
        krb5_data in;
1362
1362
1363
        if (bvalues[i]->bv_len == 0)
1363
        if (bvalues[i]->bv_len == 0)

Return to bug 498794