Diff between a92470e6626af03f6fd0fad0eb9bb94105604262 and 64448e3cf84827e658d85eaede3cab6caa5d13b6
Changed Files
| File | Additions | Deletions | Status |
| android/handsfree.c | +1 | -1 | modified |
Full Patch
diff --git a/android/handsfree.c b/android/handsfree.c
index f1ad5fe..f297926 100644
--- a/android/handsfree.c
+++ b/android/handsfree.c
@@ -2924,7 +2924,7 @@ failed:
static const struct ipc_handler sco_handlers[] = {
/* SCO_OP_GET_FD */
- { bt_sco_get_fd, false, 0 }
+ { bt_sco_get_fd, false, sizeof(struct sco_cmd_get_fd) }
};
static void bt_sco_unregister(void)