Tidy memory bug
"Eric Higgins" <[email protected]> Wed, 26 Apr 2006 11:02:58 -0400
| Newsgroups | gmane.comp.web.html-tidy.user,gmane.comp.web.html-tidy.devel |
|---|---|
| Message-ID | <[email protected]> |
Just wanted to follow up with everyone that I found the source of my problem, and it was not in the tidylib as we had originally thought. Turns out that we were not copying the string containing the content, so the pointer was not being protected from being overwritten. Thought I'd let you all know so you don't spend time trying to reproduce this issue. Thanks -Eric