Revision 06629901444888e5fa491c5f5f24ff03686af9a9 authored by Junio C Hamano on 05 June 2015, 19:00:22 UTC, committed by Junio C Hamano on 05 June 2015, 19:00:22 UTC
The code to read pack-bitmap wanted to allocate a few hundred
pointers to a structure, but by mistake allocated and leaked memory
enough to hold that many actual structures.  Correct the allocation
size and also have it on stack, as it is small enough.

* rs/plug-leak-in-pack-bitmaps:
  pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps
2 parent s 7c1ff53 + 599dc76
History
File Mode Size
.gitignore -rw-r--r-- 7 bytes
README -rw-r--r-- 9.9 KB
TEAMS -rw-r--r-- 2.1 KB
bg.po -rw-r--r-- 425.0 KB
ca.po -rw-r--r-- 315.7 KB
de.po -rw-r--r-- 337.2 KB
fr.po -rw-r--r-- 331.7 KB
git.pot -rw-r--r-- 206.9 KB
is.po -rw-r--r-- 3.1 KB
it.po -rw-r--r-- 128.2 KB
pt_PT.po -rw-r--r-- 99.8 KB
ru.po -rw-r--r-- 393.2 KB
sv.po -rw-r--r-- 321.6 KB
vi.po -rw-r--r-- 357.1 KB
zh_CN.po -rw-r--r-- 298.8 KB

README

back to top