libcli
libcli copied to clipboard
Fix for issue #100 made all calls to calloc have correct order
Hi Rob, simple fixes for issue #100. I simply found all calls to calloc where the size of the struct and the number of structs were reversed and put them back again. This now builds for me with GCC 14.2.0.
@dparrish Even I am using GCC 14.2.0 still getting this issue. When will you merge pending PRs?