Bug#663520: Update: Support for incremental updates, bigarrays and multithreading

2012-03-14 Thread Vincent Hanquez
On 03/12/2012 03:18 PM, Goswin von Brederlow wrote: Source: ocaml-sha Version: 1.7-2 Followup-For: Bug #663520 Small update for this patch. The last version had a memory leak from strdup() because I forgot a free(name_dup) and didn't check the return value of strdup(). This version uses

Bug#663520: Update: Support for incremental updates, bigarrays and multithreading

2012-03-12 Thread Goswin von Brederlow
Source: ocaml-sha Version: 1.7-2 Followup-For: Bug #663520 Small update for this patch. The last version had a memory leak from strdup() because I forgot a free(name_dup) and didn't check the return value of strdup(). This version uses strdupa() and defines it if undefined, for non GNU compiler.