]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'jc/url-match'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:48:30 +0000 (11:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:48:54 +0000 (11:48 -0700)
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


Trivial merge