X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=7c10342b3aa058ff4901875caa91e945b684a048;hp=2715ba77de4a8068585a5a4643e7bff411aaf666;hb=16d6d9851ad33fde675b45c27725ea394b718c7a;hpb=08361c8987f4552649b6c708f52e940e1575fa6e diff --git a/BUGS b/BUGS index 2715ba7..7c10342 100644 --- a/BUGS +++ b/BUGS @@ -54,3 +54,11 @@ 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.