Files
shivanayak 8d4d35c604 ocaml: fix memory leak in guestfs_int_ocaml_strings_val on strdup failure (#324)
When strdup() fails partway through the loop, caml_raise_out_of_memory()
longjmps without freeing the previously allocated strings or the array.
Free all prior allocations before raising the exception.

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-15 09:55:02 +00:00
..
2011-07-17 11:23:47 +01:00
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00