diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-08 15:49:34 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-08 15:49:34 +0100 |
commit | 08361c8987f4552649b6c708f52e940e1575fa6e (patch) | |
tree | 08fcb5de88dbb4f88bfe850b6b5d376e529c70d1 /BUGS | |
parent | 2fa68269fa63c5aab2015e3ee6ee1d33185e6e0a (diff) | |
download | libguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.tar.gz libguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.tar.xz libguestfs-08361c8987f4552649b6c708f52e940e1575fa6e.zip |
Bug: Segfault in Perl bindings.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |