2024-04-24 02:18 AEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000340mercuryBugpublic2014-06-25 17:36
Reporterwangp 
Assigned Towangp 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000340: strerror not thread-safe
Descriptionio.m uses strerror in a couple of cases as if it is thread-safe when it is not, and probably there are other cases in the runtime. An alternative is strerror_r, or strerror_s on Windows. I think we should create a wrapper MR_strerror around both, and forget about trying to lock around uses of strerror().
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0000703

juliensf (administrator)

Agreed.
+Notes

-Issue History
Date Modified Username Field Change
2014-06-23 16:17 wangp New Issue
2014-06-23 16:22 juliensf Note Added: 0000703
2014-06-25 17:36 wangp Status new => resolved
2014-06-25 17:36 wangp Resolution open => fixed
2014-06-25 17:36 wangp Assigned To => wangp
+Issue History