Slight revisions to create_workers() in the KDC:
authorGreg Hudson <ghudson@mit.edu>
Sun, 19 Sep 2010 12:03:18 +0000 (12:03 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 19 Sep 2010 12:03:18 +0000 (12:03 +0000)
commit4b365b97f7972f6a18f14e286017a25404b4179b
treeae2336336521b841e3d36abc85288d221e79f3c7
parent62c814a80d26879594c78f750cd7e138fe1d7f96
Slight revisions to create_workers() in the KDC:
* Use calloc() to allocate the pids array; squashes a Coverity false
  positive.
* Don't leak the pids array in worker processes.
* Use consistent terminology in comments.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24329 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/main.c