summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 2732f524..7c10342b 100644
--- a/BUGS
+++ b/BUGS
@@ -55,3 +55,10 @@ quite hard to fix cleanly.
[perl] Perl bindings cause a segfault when you call any command which
takes a StringList (eg. $g->command).
[should be fixed now]
+
+[libguestfs] OptString parameters in the bindings are often not
+handled correctly. For example in OCaml (but this is NOT exclusive
+to OCaml), OptString should become 'string option'.
+
+[libguestfs] Certain functions such as 'set-path' can take NULL
+parameters, but the parameters are not OptString.