mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-16 07:23:32 +08:00
added a check in `addCNameIfAvailable` to ensure the `Dialer` isnot NIL before attempting to fetch DNS data. this prevents potential panics (ex. SIGSEGV) when the `Dialer` is closed due to an interruption. Signed-off-by: Dwi Siswanto <git@dw1.io>