X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=b80476b7558b8392d0b48df98868cbcbe3571b1b;hp=60bb52e5c3e05aae3f163ef7ed35f4ffc2753174;hb=1eeaf2ea11a502bae686fde753b31a72e700a3ba;hpb=28e18580c25809050ecc6acd55bf9fe35740ca66;ds=sidebyside diff --git a/BUGS b/BUGS index 60bb52e..b80476b 100644 --- a/BUGS +++ b/BUGS @@ -49,3 +49,22 @@ Setting PATH to include /usr/sbin solves this temporarily. "internal error: reply callback called twice" This bug is rare but well-understood. Unfortunately it's also quite hard to fix cleanly. + +[libguestfs] write-file does not support strings containing ASCII NUL. + +[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. + +[tests] command and command-lines tests fail if test-command binary +cannot be statically linked by libtool. + +[tests] Should be possible to conditionally skip tests based on a +runtime check.