diff options
author | facelessuser <faceless.shop@gmail.com> | 2015-09-04 19:45:44 -0600 |
---|---|---|
committer | facelessuser <faceless.shop@gmail.com> | 2015-09-04 19:45:44 -0600 |
commit | 6cd3765a1d60b6557b9f083b4218fe00287a9329 (patch) | |
tree | e68313e9c551b1998dfc39b7df766f310c58abd5 /tests/php/PHP-Specific Bugs.xhtml | |
parent | d442f575a35fdf5f7b78df7355c32c4728ff98be (diff) | |
download | markdown-6cd3765a1d60b6557b9f083b4218fe00287a9329.tar.gz markdown-6cd3765a1d60b6557b9f083b4218fe00287a9329.tar.bz2 markdown-6cd3765a1d60b6557b9f083b4218fe00287a9329.zip |
Fix infinite loop #430
This should fix the remaining corner cases that can cause infinite
loops. Previous iterations did not account for scenarios where the
“end” index was less than the “start” index. If the “end” index is
ever less than or equal to the “start” index, the “end” will be
adjusted to to be “start” + 1 allow the full range to be extracted and
replaced.
Diffstat (limited to 'tests/php/PHP-Specific Bugs.xhtml')
0 files changed, 0 insertions, 0 deletions