summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 14:11:40 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-09-30 14:11:40 +0100
commite3ea27b00d5999c039cb3c1f6e99bf9c8b77d1b7 (patch)
tree66587907ab0bc98ed1b945fc51d12d9423685ff9 /TODO
parent7c237c192019a849c69e102be35f6cf8efcbcf3d (diff)
downloadtbdiff-e3ea27b00d5999c039cb3c1f6e99bf9c8b77d1b7.tar.gz
Fixed memory leaks on directory stat
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7ebbf7e..1234067 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
General
-------
-
+ + Use sizeof(var) or (type) instead of fixed byte lengths on fread/fwrite
+ Fix endian issues in case we run the generator on a different
endianness to the deployer.
+ Separate reading/writing stream data from actual file system operation