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 601428 Details for
Bug 844491
tests fail to run: The procedure entry point sprintf_s could not be located in msvcrt.dll
[?]
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.
[patch]
Patch to fix runtime issue on windows XP
mingw-cppunit-1.12.1-no-secure-lib.patch (text/plain), 580 bytes, created by
Tim Mayberry
on 2012-07-31 05:25:48 UTC
(
hide
)
Description:
Patch to fix runtime issue on windows XP
Filename:
MIME Type:
Creator:
Tim Mayberry
Created:
2012-07-31 05:25:48 UTC
Size:
580 bytes
patch
obsolete
>--- include/cppunit/TestAssert.h.orig 2012-08-01 14:17:55.299104325 +1000 >+++ include/cppunit/TestAssert.h 2012-08-01 14:20:25.009232691 +1000 >@@ -76,7 +76,7 @@ > const int precision = 15; > #endif // #ifdef DBL_DIG > char buffer[128]; >-#ifdef __STDC_SECURE_LIB__ // Use secure version with visual studio 2005 to avoid warning. >+#if defined(MSC_VER) && defined(__STDC_SECURE_LIB__) // Use secure version with visual studio 2005 to avoid warning. > sprintf_s(buffer, sizeof(buffer), "%.*g", precision, x); > #else > sprintf(buffer, "%.*g", precision, x);
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 844491
: 601428