Diff between de01c27a8b508442fdf46ef20a0d299ba3da8312 and d99df1d384750b2d578db6fc4679ecb091613e0f
Changed Files
| File | Additions | Deletions | Status |
| unit/test-gatt.c | +6 | -0 | modified |
Full Patch
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index c7a8fa5..371cb46 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -4461,5 +4461,11 @@ int main(int argc, char *argv[])
raw_pdu(0x18, 0x01),
raw_pdu(0x01, 0x18, 0x25, 0x00, 0x06));
+ define_test_server("/robustness/unkown-request",
+ test_server, service_db_1, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0xbf, 0x00),
+ raw_pdu(0x01, 0xbf, 0x00, 0x00, 0x06));
+
return tester_run();
}