summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-13 11:47:41 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-07-13 11:47:41 +0400
commit3b8a86a249638660d3fe0c9de6a2da6e9562dc2f (patch)
tree10aff310b799744fdc9269edafd4ec7d00b784ea /TODO
parentssh/session-func.c: Include missed `assert.h' header (diff)
downloadguile-ssh-3b8a86a249638660d3fe0c9de6a2da6e9562dc2f.tar.gz
TODO (Known Bugs): New section
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index 77c978e..d45780d 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,11 @@
-*- Mode: Outline -*-
-* Make channel buffers configurable.
-* Make use of libssh callbacks to track asynchronous events on channels
+* Ideas
+** Make channel buffers configurable.
+** Make use of libssh callbacks to track asynchronous events on channels
+
+* Known Bugs
+** `channel-open?', `channel-eof?' and other opeartions fail on a closed channel
+ because all the resources were freed when the channel was closed. That's
+ the reason why we get "Segmentation fault" error.