Neeraj Pal
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...
**Test1:** ```c //cat sample2.c #include // 1. Function to add two numbers int add(int a, int b) { return a + b; } // 2. Function to find the maximum...
> Ping @kumarak. I no longer have reviewer privileges here ðŸ˜. Hi @kumarak, can you please take a look and approve the changes? Let me know if you need anything...
from `Test-Suite/CMakeLists.txt` ```c #TODO: add null-ptr-deref handler code: removed "-null-ptr-deref" option #COMMAND ae -null-ptr-deref ${CMAKE_CURRENT_SOURCE_DIR}/${filename} COMMAND ae ${CMAKE_CURRENT_SOURCE_DIR}/${filename} ``` I see that the PR from https://github.com/wmx66666 [SVF-tools/SVF#1687](https://github.com/SVF-tools/SVF/pull/1687) is already open,...
@yuleisui just checking in - please let me know if anything is needed from my side to get this PR merged. https://github.com/SVF-tools/SVF/pull/1685 is currently failing because these tests need to...