Merge branch 'jc/url-match'
commit34e8d9982a6b564aa5a563c992e5c40340d66e3e
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:48:30 +0000 (18 11:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:48:54 +0000 (18 11:48 -0700)
treee2a8e9d973cec40448739e77a8e139340385aaf4
parent2f46b53957dec3aaca206c6590f5e7f538fabde2
parenta7f0a0efa5aa2459e284a2aa5a217324bf9d3875
Merge branch 'jc/url-match'

While normalizing a URL, we forgot that the buffer that holds it
could be relocated when it grows, which was a brown-paper-bag bug
that can lead to a crash introduced on 'master' post 1.8.4 release.

* jc/url-match:
  urlmatch.c: recompute pointer after append_normalized_escapes