[PATCH v2] rxrpc/proc: size address buffers for %pISpc output

David Howells dhowells at redhat.com
Wed Apr 8 01:08:52 PDT 2026


Pengpeng Hou <pengpeng at iscas.ac.cn> wrote:

> -	char lbuff[50], rbuff[50];
> +	char lbuff[RXRPC_PROC_ADDRBUF_SIZE], rbuff[RXRPC_PROC_ADDRBUF_SIZE];

This might be saved upstream by the compiler padding the buffers out to
sizeof(long) because they're on the stack.

David




More information about the linux-afs mailing list