commit | 33dabdc4e21fccba43892883458e60e0e6be2ceb | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Fri Aug 03 13:07:19 2018 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Thu Oct 04 11:13:58 2018 -0700 |
tree | 927f2259aef42374d7cae2f3ebf7869e911da5de | |
parent | d2a6a0c4a2d9a08f003fd5372446a398e133073b [diff] |
Pass the size of the vatiable instead of a pointer to it RIL_onRequestComplete(t, RIL_E_SUCCESS, &session_id, sizeof(&session_id)) passes size of a pointer to session_id instead of size of session_id. Bug: 112142343 Test: make -j50 Signed-off-by: Roman Kiryanov <rkir@google.com> Merged-In: I36db293b793ac569631e2407483326a5a004ebe0 (cherry picked from commit 6e604f70bc56b328f0c4af2fc5a1578938f4d1e5)