diff options
author | Richard Jones <rjones@redhat.com> | 2009-05-11 10:51:21 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-05-11 10:52:34 +0100 |
commit | 09128ca421f13da9fb6446cd7b09b0ae89c3876f (patch) | |
tree | 555df0ceb10b7745609a04048bde2bffdab1e905 /BUGS | |
parent | d43dac69483e8ec62e8356d93f761684ce2f5cc8 (diff) | |
download | libguestfs-09128ca421f13da9fb6446cd7b09b0ae89c3876f.tar.gz libguestfs-09128ca421f13da9fb6446cd7b09b0ae89c3876f.tar.xz libguestfs-09128ca421f13da9fb6446cd7b09b0ae89c3876f.zip |
Perl bindings fix: Not enough memory was allocated for array params.
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,3 +54,4 @@ quite hard to fix cleanly. [perl] Perl bindings cause a segfault when you call any command which takes a StringList (eg. $g->command). +[should be fixed now] |