diff options
author | Isaac Muse <faceless.shop@gmail.com> | 2017-01-23 09:10:20 -0700 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2017-01-23 11:10:20 -0500 |
commit | 594b25d53798c30735da5a9be19c06cc94052a16 (patch) | |
tree | 7ceae815a9b1d070e1466e634c4fb4cd2a575cce /tests/extensions/admonition.html | |
parent | 4a3d1a6bc0cb49d8a472380614b53fdd300e7512 (diff) | |
download | markdown-594b25d53798c30735da5a9be19c06cc94052a16.tar.gz markdown-594b25d53798c30735da5a9be19c06cc94052a16.tar.bz2 markdown-594b25d53798c30735da5a9be19c06cc94052a16.zip |
Fix hr recursion issue (#535)
HRProcessor tried to access a member variable after recursively calling
itself. In certain situations HRProcessor will try to access its
member variable containing its match, but it will not be the same match
that call in the stack expected. This is easily fixed by storing the
match locally *before* doing any recursive work.
Diffstat (limited to 'tests/extensions/admonition.html')
0 files changed, 0 insertions, 0 deletions