commit | 6e604f70bc56b328f0c4af2fc5a1578938f4d1e5 | [log] [tgz] |
---|---|---|
author | Roman Kiryanov <rkir@google.com> | Fri Aug 03 13:07:19 2018 -0700 |
committer | Roman Kiryanov <rkir@google.com> | Fri Aug 03 13:10:46 2018 -0700 |
tree | 7cfac1c3a2e6f94fe4022348d9ba385c301b71f7 | |
parent | 543816812430b72b898371c2e345438d0a08a7a7 [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 Change-Id: I36db293b793ac569631e2407483326a5a004ebe0 Signed-off-by: Roman Kiryanov <rkir@google.com>