Merge lp:~jhodapp/phablet-extras/add-vasprintf-hook into lp:phablet-extras/libhybris

Proposed by Jim Hodapp
Status: Merged
Approved by: Ricardo Salveti
Approved revision: 124
Merged at revision: 126
Proposed branch: lp:~jhodapp/phablet-extras/add-vasprintf-hook
Merge into: lp:phablet-extras/libhybris
Diff against target: 11 lines (+1/-0)
1 file modified
hybris/common/hooks.c (+1/-0)
To merge this branch: bzr merge lp:~jhodapp/phablet-extras/add-vasprintf-hook
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ricardo Salveti (community) Approve
Review via email: mp+159876@code.launchpad.net

Commit message

Add hook for vasprintf which is needed for the new MediaCodec-based media player backend.

Description of the change

Add hook for vasprintf which is needed for the new MediaCodec-based media player backend.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

LGTM, thanks!

Tested and did not find any side effect with the applications we use.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hybris/common/hooks.c'
2--- hybris/common/hooks.c 2013-02-18 02:31:46 +0000
3+++ hybris/common/hooks.c 2013-04-19 19:31:27 +0000
4@@ -855,6 +855,7 @@
5 {"putw", putw},
6 {"sprintf", sprintf},
7 {"snprintf", snprintf},
8+ {"vasprintf", vasprintf},
9 {"vfprintf", vfprintf},
10 {"vsprintf", vsprintf},
11 {"vsnprintf", vsnprintf},

Subscribers

People subscribed via source and target branches