Bug 32851 - Use vsnprintf instead of vasprintf for RVCT.
Summary: Use vsnprintf instead of vasprintf for RVCT.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-21 21:20 PST by Kwang Yul Seo
Modified: 2019-02-06 09:02 PST (History)
6 users (show)

See Also:


Attachments
Use vsnprintf for RVCT (1.07 KB, patch)
2009-12-21 21:22 PST, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2009-12-21 21:20:49 PST
RVCT does not support vasprintf.
Comment 1 Kwang Yul Seo 2009-12-21 21:22:47 PST
Created attachment 45364 [details]
Use vsnprintf for RVCT

vasprintf is not supported in RVCT.
Comment 2 WebKit Review Bot 2009-12-21 21:23:19 PST
style-queue ran check-webkit-style on attachment 45364 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-21 21:32:08 PST
Maybe Apple uses a different ARM compiler and hence hasn't hit this need.  Looks OK to me.
Comment 4 WebKit Commit Bot 2009-12-21 21:44:30 PST
Comment on attachment 45364 [details]
Use vsnprintf for RVCT

Clearing flags on attachment: 45364

Committed r52479: <http://trac.webkit.org/changeset/52479>
Comment 5 WebKit Commit Bot 2009-12-21 21:44:36 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Lucas Forschler 2019-02-06 09:02:50 PST
Mass moving XML DOM bugs to the "DOM" Component.