summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2011-02-24 18:21:33 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-02-24 18:39:45 -0300
commit5aa3f0880df880720cd5a68e53f8e2f34c89e986 (patch)
tree22b8601c9d92dd2a185dd905fc6653ec77d6fd74 /TODO
parentbd32dd623d389ece213877c4b46831f5bb7771fe (diff)
TODO: Add item related to ATT PDU decoding issue
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c69e7bb91..0f336c8d3 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.