K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-05-28T02:55:04.988217Z K 7 svn:log V 238 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 END