Merge branch 'jk/test-hashmap-updates' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:35 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:35 +0000 (13:34 -0800)
commita61a9bd8f0e385fd41c69c53d425e0fe1c430cbd
tree3f1647d5099bd76ed59e17e36029cc99d4d2421d
parente770601de49b3b883b422714f7dc399ad75f83b2
parenta6119f82b118c7adea9ede0b3813810b06e37668
Merge branch 'jk/test-hashmap-updates' into next

Code clean-up.

* jk/test-hashmap-updates:
  test-hashmap: use "unsigned int" for hash storage
  test-hashmap: simplify alloc_test_entry
  test-hashmap: use strbuf_getline rather than fgets
  test-hashmap: use xsnprintf rather than snprintf
  test-hashmap: check allocation computation for overflow
  test-hashmap: use ALLOC_ARRAY rather than bare malloc