Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 369520 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]
Build fix for mit-krb5-1.12.1
mit-krb5-1.12.1_uninitialized.patch (text/plain), 644 bytes, created by
Andreas Steinmetz
on 2014-02-04 11:27:32 UTC
(
hide
)
Description:
Build fix for mit-krb5-1.12.1
Filename:
MIME Type:
Creator:
Andreas Steinmetz
Created:
2014-02-04 11:27:32 UTC
Size:
644 bytes
patch
obsolete
>--- mit-krb5-1.12.1.orig/work/krb5-1.12.1/src/lib/krb5/os/sendto_kdc.c 2014-02-04 12:09:09.476538377 +0100 >+++ mit-krb5-1.12.1/work/krb5-1.12.1/src/lib/krb5/os/sendto_kdc.c 2014-02-04 12:09:43.106117950 +0100 >@@ -372,7 +372,7 @@ > struct timeval tv; > #endif > krb5_error_code retval; >- time_ms curtime, interval; >+ time_ms curtime = 0, interval; > > retval = get_curtime_ms(&curtime); > if (retval != 0) >@@ -913,7 +913,7 @@ > void *msg_handler_data, struct conn_state **winner_out) > { > int e, selret = 0; >- time_ms endtime; >+ time_ms endtime = 0; > struct conn_state *state; > > *winner_out = NULL;
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