Commit 36e13399c030227d19523d19e3b75073a72cadb3

Boris Egorov 2015-01-25T22:34:46

describe example: fix memory allocation size We need to allocate memory for sizeof(char *) * ncommits, not just for ncommits. Issue detected by GCC's AddressSanitizer.