"Chandra Pratap via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > - * NEEDSWORK: use "size_t n" instead for clarity. > ++ * It is fine to use "int n" here instead of "size_t n" as all calls to this > ++ * function pass an 'int' parameter. This does not sound like a sufficient justification, though. We should also explain why "int" is good enough for these callers. Otherwise, using size_t throughout the callchain would become another viable solution.