Neeraj Pal

Results 6 comments of Neeraj Pal

Thanks, I have confirmed that the https://github.com/NLnetLabs/nsd/commit/23d6248fecd15758b227e119bfa1cf9c27cfa4db fixed the issue. No, information is needed from my side. Please let me know so we can close the issue.

Hi @Orc My apologies for testing the old version. I have downloaded from the https://www.pell.portland.or.us/~orc/Code/discount/ where it mentioned the release is 2.2.6 Please find the below report for markdown: discount...

Thank you for updating the latest one, I have confirmed it. Yes, it is markdown input, like test.md

yes, it has nearly 27,000 element deep nested blockquote. It doesn't really crash but when compiling it with clang with asan option `-fsanitize=address` then asan detects it.

I tried to compile it with clang with MSAN `-fsanitize=memory` then produces the below crash with same input file ``` ==1757047==ERROR: MemorySanitizer: stack-overflow on address 0x7fff5c902e10 (pc 0x00000042231e bp 0x7fff5c903650...

Hi @ritchiecarroll , I am also trying to port openHistorian to Linux for the same POC thing using mono. But facing some difficulty and It seems like you already did...