Closed
Bug 1212240
Opened 9 years ago
Closed 9 years ago
[B2G][RIL] NITZ parcel is not correctly passed by reference-ril.
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: freesamael, Assigned: freesamael)
References
Details
Attachments
(1 file)
It seems the NITZ string is freed too early [1] and rild will get empty NITZ string on emulator.
[1] https://github.com/android/platform_hardware_ril/blob/b44dda3ea5bbbadb910479019f967b52cf9d69c7/reference-ril/reference-ril.c#L3113
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sawang
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8670667 [details] [review]
Line should be freed after processed. r=echen
Hi Edgar,
Would you help to review the tiny patch?
Attachment #8670667 -
Flags: review?(echen)
Comment 3•9 years ago
|
||
Comment on attachment 8670667 [details] [review]
Line should be freed after processed. r=echen
Nice catch!! Thank you.
Attachment #8670667 -
Flags: review?(echen) → review+
Assignee | ||
Updated•9 years ago
|
Attachment #8670667 -
Attachment description: line should be freed after processed → Line should be freed after processed. r=echen
Comment 4•9 years ago
|
||
b2g-kitkat:
https://github.com/mozilla-b2g/platform_hardware_ril/commit/aa763fa9180a222547824ae6b6064e4851c15a86
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Blocks: b2g-timezone
You need to log in
before you can comment on or make changes to this bug.
Description
•