Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The 1st argument of calloc should be 'nelem'. (libusual#56)
The 1st argument of calloc is the number of elements of the array that we want to allocate space for[^1]. This patch is for fixing compilation errors for pgbouncer CI[^2]. [^1]: https://man7.org/linux/man-pages/man3/calloc.3p.html [^2]: https://cirrus-ci.com/task/5497785724698624
- Loading branch information