Re: [PATCH] rxrpc: sendmsg: Fix variable overwrite in rxrpc_queue_packet

From: Gustavo A. R. Silva
Date: Mon Nov 27 2017 - 17:13:42 EST



Quoting David Howells <dhowells@xxxxxxxxxx>:

Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx> wrote:

- resend_at = now + rxrpc_resend_timeout;
+ resend_at += now;

Yep. :-)


Great!

What about this one: https://lkml.org/lkml/2017/11/27/810

applies the same?

Thanks
--
Gustavo A. R. Silva