simple-dns icon indicating copy to clipboard operation
simple-dns copied to clipboard

just a simple dns implementation

Results 3 simple-dns issues
Sort by recently updated
recently updated
newest added

I triggered a heap-buffer-overflow bug reported by AddressSanitizer at printf_common. The issue occurs because the program attempts to read 2 bytes at address 0x602000000031, which is immediately beyond the allocated...

I triggered a SEGV bug reported by AddressSanitizer. The AddressSanitizer (ASan) report below indicates an allocation-size-too-big error, where the program attempted to allocate an extremely large memory size (0xfffffffffffffffe, adjusted...

I triggered a heap-buffer-overflow bug reported by AddressSanitizer at dns_question_parse in /src/dns_protocol.c:89:18. The error occurs because the program attempts to read 1 byte beyond the allocated memory region. Specifically, the...