kernel-event-collector-module
kernel-event-collector-module copied to clipboard
Error copying UDP DNS response data
The module may log "Error copying UDP DNS response data" to the system log when TCP packages with source port 53 are observed.
This is due to a problem in the on_sock_rcv_skb hook. The hook should only handle UDP packets with source port 53 but mistakenly accepts TCP packets as well.
The bug does not appear to cause any problems besides the error message.