Commit: 10be885113083568bda5a098eef40d08b775bc28
Parent: e6c0fa067b63e7fa530ce86b711ea2b7291bd743
Author: Anderson Lizardo <anderson.lizardo@openbossa.org>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2014-02-12 11:26:56
Tree: 262c9df873fab7ead881fe8cd6754cc427d85f89

android/test-ipc: Fix crash due to invalid ipc_register() parameter This test checks for proper handling of invalid Service ID on a IPC message, but it was attempting to register handlers for this invalid ID, which on current ipc_register() implementation was causing a buffer overrun. The fix was to use a valid ID during registration, but still attempt to use an invalid one when sending the message.

Diffstat

M android/test-ipc.c | 2 +-

1 files changed, 1 insertions(+), 1 deletions(-)

View Full Diff | Patch