diff options
author | Thomas Rast <tr@thomasrast.ch> | 2013-12-01 21:41:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-02 12:46:01 -0800 |
commit | cde0a0576c8950599ef11184bc35aea648f7e717 (patch) | |
tree | 53c952281c26148e9ff58d738d7ed01e293567a6 /t/t3901-utf8.txt | |
parent | commit-slab: declare functions "static inline" (diff) | |
download | tgif-cde0a0576c8950599ef11184bc35aea648f7e717.tar.xz |
commit-slab: sizeof() the right type in xrealloc
When allocating the slab, the code accidentally computed the array
size from s->slab (an elemtype**). The slab is an array of elemtype*,
however, so we should take the size of *s->slab.
Noticed-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Thomas Rast <tr@thomasrast.ch>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3901-utf8.txt')
0 files changed, 0 insertions, 0 deletions