--- TODO | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index c69e7bb..0f336c8 100644 --- a/TODO +++ b/TODO @@ -119,6 +119,13 @@ ATT/GATT Priority: Medium Complexity: C2 +- Implement ATT PDU validation. Malformed PDUs can cause division by zero + when decoding PDUs. A proper error PDU should be returned for this case. + See decoding function in att.c file. + + Priority: Medium + Complexity: C1 + - Agent for characteristics: Agent interface should be extended to support authorization per characteristic if the remote is not in the trusted list. -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html