diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-08 14:27:02 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-08 14:27:02 +0100 |
commit | bd7c8ee043dd02e2cfa3eba2ac5875fc34990610 (patch) | |
tree | f8818b071ec48e4d3891971e36466b109b898405 /BUGS | |
parent | 28e18580c25809050ecc6acd55bf9fe35740ca66 (diff) | |
download | libguestfs-bd7c8ee043dd02e2cfa3eba2ac5875fc34990610.tar.gz libguestfs-bd7c8ee043dd02e2cfa3eba2ac5875fc34990610.tar.xz libguestfs-bd7c8ee043dd02e2cfa3eba2ac5875fc34990610.zip |
Bug: write_file doesn't work with strings containing ASCII NUL.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,3 +49,5 @@ 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. |