Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 372968 Details for
Bug 498794
app-crypt/mit-krb5-1.12.1 - sendto_kdc.c:380:56: error: ‘curtime’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
krb5-1.12.1-Wuninitialized-initializations.patch
krb5-1.12.1-Wuninitialized-initializations.patch (text/plain), 1.03 KB, created by
Victor Roman Archidona
on 2014-03-18 19:28:49 UTC
(
hide
)
Description:
krb5-1.12.1-Wuninitialized-initializations.patch
Filename:
MIME Type:
Creator:
Victor Roman Archidona
Created:
2014-03-18 19:28:49 UTC
Size:
1.03 KB
patch
obsolete
>diff -uNr krb5-1.12.1.orig/src/lib/krad/packet.c krb5-1.12.1.patched/src/lib/krad/packet.c >--- krb5-1.12.1.orig/src/lib/krad/packet.c 2014-03-18 19:30:48.200000000 +0000 >+++ krb5-1.12.1.patched/src/lib/krad/packet.c 2014-03-18 19:29:49.410000000 +0000 >@@ -253,7 +253,7 @@ > { > krb5_error_code retval; > krad_packet *pkt; >- uchar id; >+ uchar id = 0; > size_t attrset_len; > > pkt = packet_new(); >diff -uNr krb5-1.12.1.orig/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c krb5-1.12.1.patched/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c >--- krb5-1.12.1.orig/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 2014-01-16 00:44:15.000000000 +0000 >+++ krb5-1.12.1.patched/src/plugins/kdb/ldap/libkdb_ldap/ldap_principal2.c 2014-03-18 19:29:29.330000000 +0000 >@@ -1356,8 +1356,8 @@ > goto cleanup; > > for (i=0; bvalues[i] != NULL; ++i) { >- krb5_int16 n_kd; >- krb5_key_data *kd; >+ krb5_int16 n_kd = 0; >+ krb5_key_data *kd = NULL; > krb5_data in; > > if (bvalues[i]->bv_len == 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 498794
:
368330
|
369520
|
372942
| 372968