simple-dns
simple-dns copied to clipboard
just a simple dns implementation
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...