X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=BUGS;h=2732f5248250e9a6874f90584cc9034e86bed206;hb=70ac63f8c5e5818113e55e3fc77e6baf7be660cf;hp=60bb52e5c3e05aae3f163ef7ed35f4ffc2753174;hpb=28e18580c25809050ecc6acd55bf9fe35740ca66;p=libguestfs.git diff --git a/BUGS b/BUGS index 60bb52e..2732f52 100644 --- a/BUGS +++ b/BUGS @@ -49,3 +49,9 @@ 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]