mirror of
https://github.com/sheumann/hush.git
synced 2025-03-10 12:30:59 +00:00
The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars;