[Webkit-unassigned] [Bug 65311] [EFL] Replace strerror with strerror_r.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 05:40:56 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65311





--- Comment #6 from Raphael Kubo da Costa <kubo at profusion.mobi>  2011-08-01 05:40:55 PST ---
Personally, I don't see this as being really needed, it looks like a change for the change's sake: strerror_r would be useful if you actually used the string it stores in buf; if you use it the same way you use strerror there shouldn't be any difference.

For this use case here, I think there is no need for this patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list