author | Junio C Hamano <gitster@pobox.com> | |
Fri, 10 Jun 2011 17:39:27 +0000 (10:39 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 10 Jun 2011 17:39:27 +0000 (10:39 -0700) | ||
commit | 9e7e5ca372a0242069ff4e7eccecc7d5fe7ec385 | |
tree | f8314ed1b167bdb92c54660a8c21e15811961d01 | tree | snapshot |
parent | 1a507fc1121865009fd961ef08cb03700650cbd4 | commit | diff |
zlib: wrap remaining calls to direct inflate/inflateEnd
Two callsites in http-backend.c to inflate() and inflateEnd()
were not using git_ prefixed versions. After this, running
$ find all objects -print | xargs nm -ugo | grep inflate
shows only zlib.c makes direct calls to zlib for inflate operation,
except for a singlecall to inflateInit2 in http-backend.c
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Two callsites in http-backend.c to inflate() and inflateEnd()
were not using git_ prefixed versions. After this, running
$ find all objects -print | xargs nm -ugo | grep inflate
shows only zlib.c makes direct calls to zlib for inflate operation,
except for a singlecall to inflateInit2 in http-backend.c
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-backend.c | diff | blob | history |