aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-23 18:40:21 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-02-23 18:40:21 +0100
commit23208968857502cdd0767448ed28cbb6cc31d177 (patch)
tree4da9ecd057ba9400b27a3a43e20135e8101ae6f5 /TODO
parent0f396127bb2d0e32e005f468b909988a174bcfbc (diff)
TODO: Add task for big endian issues from unit tests
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO b/TODO
index 780a3ac2..36152360 100644
--- a/TODO
+++ b/TODO
@@ -45,3 +45,27 @@ Kernel Crypto
- Add support for getsockname (getname) in the Linux kernel for sockets of
type AF_ALG. Currently this is not implemented and the kernel returns
EOPNOTSUPP.
+
+
+Big endian support
+==================
+
+- Fix big endian support for D-Bus message handling. Following test cases
+ fail at the moment:
+
+ TEST: Basic 1 (parse)
+ /bin/bash: line 5: 28857 Segmentation fault ${dir}$tst
+ FAIL: unit/test-dbus-message
+
+ TEST: Iter Test Basic 'is'
+ test-gvariant-util: unit/test-gvariant-util.c:288: test_iter_basic_2: Assertion `i == 5' failed.
+ /bin/bash: line 5: 28868 Aborted ${dir}$tst
+ FAIL: unit/test-gvariant-util
+
+ TEST: Basic 1 (parse)
+ ell/util.c:67:l_malloc(): failed to allocate 2030043152 bytes
+ /bin/bash: line 5: 28873 Aborted ${dir}$tst
+ FAIL: unit/test-gvariant-message
+
+ Priority: Medium
+ Complexity: C2