ngie c8fd85452a lib/libc/tests/nss: use calloc appropriately
The pattern used prior to this commit was `calloc(1, n * sizeof(type))`;
the pattern that should be used however is `calloc(n, sizeof(type))`.

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
2017-05-28 02:55:04 +00:00
..
2017-05-18 13:49:53 +00:00
2017-01-14 12:55:32 +00:00
2017-03-11 00:02:05 +00:00
2016-08-12 08:50:05 +00:00
2017-02-07 06:04:13 +00:00
2017-03-19 00:51:12 +00:00