Merge branch 'jk/compiler-fixes-and-workarounds'
commit1aa3dff4ba492483a4cce0a3aa315cfc05b0bdd3
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2020 17:24:02 +0000 (10 10:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2020 17:24:02 +0000 (10 10:24 -0700)
tree8090ab51ec810d57ebe4d9baf1b800ea1cf25c59
parentd3e54edb93cb24de10bd040d927f86179b463da5
parent398e659e1ec60501d67a0f3cb1a1052c6e50038c
Merge branch 'jk/compiler-fixes-and-workarounds'

Small fixes and workarounds.

* jk/compiler-fixes-and-workarounds:
  revision: avoid leak when preparing bloom filter for "/"
  revision: avoid out-of-bounds read/write on empty pathspec
  config: work around gcc-10 -Wstringop-overflow warning
revision.c