summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-08 15:49:34 +0100
committerRichard Jones <rjones@redhat.com>2009-05-08 15:49:34 +0100
commit08361c8987f4552649b6c708f52e940e1575fa6e (patch)
tree08fcb5de88dbb4f88bfe850b6b5d376e529c70d1 /BUGS
parent2fa68269fa63c5aab2015e3ee6ee1d33185e6e0a (diff)
downloadlibguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.tar.gz
libguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.tar.xz
libguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.zip
Bug: Segfault in Perl bindings.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index ba72ad28..2715ba77 100644
--- a/BUGS
+++ b/BUGS
@@ -51,3 +51,6 @@ 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).