Re: [PATCH] dnsmasq: mark global ubus context as closed after fork

2023-11-18 Thread Eric via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Saturday, November 18th, 2023 a

[PATCH] dnsmasq: mark global ubus context as closed after fork

2023-11-18 Thread Sven Eckelmann
If the dnsmasq process forks to handle TCP connections, it closes the ubus context. But instead of changing the daemon wide pointer to NULL, only the local variable was changed - and this code portion was even dropped as dead-store by some optimizing compilers. It makes more sense to change the da