[Libguestfs] [hivex] OCaml binding error?

Alex Nelson ajnelson at cs.ucsc.edu
Wed Aug 31 00:47:01 UTC 2011


Hello all,

I am in the process of adding a new return type for the hivex ABI, and I found what I think is an error.  I'm not sure, because I don't understand the OCaml binding data structures.  Can somebody inform me if the patch below actually corrects a problem?

--Alex


---
 generator/generator.ml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/generator/generator.ml b/generator/generator.ml
index de103ed..c98e625 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -1946,7 +1946,7 @@ copy_type_len (size_t len, hive_type t)
   v = Val_hive_type (t);
   Store_field (rv, 0, v);
   v = Val_int (len);
-  Store_field (rv, 1, len);
+  Store_field (rv, 1, v);
   CAMLreturn (rv);
 }
 
-- 
1.7.4.4






More information about the Libguestfs mailing list