Fix a memory corruption runtime error
commit5b7487bee63e7f5cb6ea1d9090d52ae631296cd8
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Tue, 1 Jun 2010 18:26:42 +0000 (1 19:26 +0100)
committerAndreas Ericsson <ae@op5.se>
Wed, 2 Jun 2010 09:18:55 +0000 (2 11:18 +0200)
tree4638c830017efa737b74da9e55236bd515ac569d
parent331578fb1d3ff7013b312914fa9c78ee61d8ce52
Fix a memory corruption runtime error

On the msvc build, the tests t0401-parse and t0501-walk both
crash with a runtime error (ACCESS_VIOLATION). This is caused
by writing to un-allocated memory due to an under-allocation
of a git_revpool_table data structure.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Andreas Ericsson <ae@op5.se>
src/revobject.c