Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290917 Details for
Bug 427673
valgrind errors in strftime if tm.tm_hour not set
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
testcase
strftime.c (text/x-csrc), 231 bytes, created by
Jonathan Wakely
on 2008-01-06 16:10:46 UTC
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Jonathan Wakely
Created:
2008-01-06 16:10:46 UTC
Size:
231 bytes
patch
obsolete
>#include <time.h> >#include <stdio.h> > >int main() >{ > struct tm tm; > char buf[8]; > > tm.tm_mon = 0; > strftime(buf, sizeof(buf), "%b", &tm); > > tm.tm_hour = 0; > strftime(buf, sizeof(buf), "%b", &tm); > > return 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 Raw
Actions:
View
Attachments on
bug 427673
: 290917 |
290918