summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcid/security.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/security.c b/hcid/security.c
index d1aee4e2..ffc73f8e 100644
--- a/hcid/security.c
+++ b/hcid/security.c
@@ -337,6 +337,9 @@ static void call_pin_helper(int dev, bdaddr_t *sba, struct hci_conn_info *ci)
case '`':
case '$':
case '|':
+ case '>':
+ case '<':
+ case '&':
case ';':
case '\\':
*ptr++ = '\\';