diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-03-07 17:54:16 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-07 09:07:37 -0800 |
commit | d41489a6424308dc9a0409bc2f6845aa08bd4f7d (patch) | |
tree | 601d9bcb5057d304b4ab50f5eddd730a4c44424a /diff.h | |
parent | 47a02ff2ca821c52268197dd5fa46cd60a2e94bc (diff) | |
download | git-d41489a6424308dc9a0409bc2f6845aa08bd4f7d.tar.gz |
Add more large blob test cases
New test cases list commands that should work when memory is
limited. All memory allocation functions (*) learn to reject any
allocation larger than $GIT_ALLOC_LIMIT if set.
(*) Not exactly all. Some places do not use x* functions, but
malloc/calloc directly, notably diff-delta. These code path should
never be run on large blobs.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
0 files changed, 0 insertions, 0 deletions