From: Richard W.M. Jones Date: Wed, 13 May 2009 21:13:49 +0000 (+0100) Subject: Bugs related to OptString handling. X-Git-Tag: 1.0.26~11 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=16d6d9851ad33fde675b45c27725ea394b718c7a Bugs related to OptString handling. --- 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.