Skip to content
Commit c19cf063 authored by Corinna Vinschen's avatar Corinna Vinschen Committed by ivanmeler
Browse files

hero-common: libril: avoid SEGV when requesting call forwarding info



libsec-ril.so crashes when requesting call forwarding info.  The reason
is that Samsung's RIL_CallForwardInfo has two extra members, string
pointers called startTime and endTime.   There's no such thing as start
and end time defined for GSM call forwarding, so it's not clear what's
the purpose.  However, adding these members to RIL_CallForwardInfo
and setting them to NULL fixes the crash.

Change-Id: I174bb24996e79c378a94921f105168f6c574a044
Signed-off-by: default avatarCorinna Vinschen <xda@vinschen.de>
parent c1a87dc4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment