commit | 08fc756582a54958e32a6fda9e978e469d1ef7bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 14:15:16 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 14:15:16 2011 +0100 |
tree | 3d32fc14addb7a7b8afcaf38c9936d6c991a4489 | |
parent | 96a8964564ab4acdb722b81f9d146485e6321106 [diff] [blame] |
updated for version 7.3.373 Problem: A tags file with an extremely long name may cause an infinite loop. Solution: When encountering a long name switch to linear search.
diff --git a/src/version.c b/src/version.c index e2f60f6..af276df 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 373, +/**/ 372, /**/ 371,