diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-13 22:13:49 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-13 22:13:49 +0100 |
commit | 16d6d9851ad33fde675b45c27725ea394b718c7a (patch) | |
tree | 290026c0d5ee9a76a839874061887a69cbe3c23b | |
parent | 5d628a4a9cc11eb9a61a1dc683aadca9ac378736 (diff) | |
download | libguestfs-16d6d9851ad33fde675b45c27725ea394b718c7a.tar.gz libguestfs-16d6d9851ad33fde675b45c27725ea394b718c7a.tar.xz libguestfs-16d6d9851ad33fde675b45c27725ea394b718c7a.zip |
Bugs related to OptString handling.
-rw-r--r-- | BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |