Re: [PATCH net-next] net/dns_resolver: use kasprintf + kmemdup_nul to simplify dns_query
From: Jakub Kicinski
Date: Mon Jun 01 2026 - 22:22:19 EST
On Fri, 29 May 2026 00:20:29 +0200 Thorsten Blum wrote:
> struct key *rkey;
> struct user_key_payload *upayload;
> - size_t typelen, desclen;
> - char *desc, *cp;
> + char *desc;
> int ret, len;
Let's try to follow the ideal coding style for networking (longest to
shortest sort of variable decl lines) if we have to be touching this
code.
--
pw-bot: cr