From 16d6d9851ad33fde675b45c27725ea394b718c7a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 13 May 2009 22:13:49 +0100 Subject: [PATCH] Bugs related to OptString handling. --- BUGS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUGS b/BUGS index 2732f52..7c10342 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. -- 1.8.3.1