diff options
| -rw-r--r-- | hcid/security.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/hcid/security.c b/hcid/security.c index ab22f14d..d1aee4e2 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -336,6 +336,8 @@ static void call_pin_helper(int dev, bdaddr_t *sba, struct hci_conn_info *ci)  			case '"':  			case '`':  			case '$': +			case '|': +			case ';':  			case '\\':  				*ptr++ = '\\';  			} | 
