Arnd Bergmann
30787a4170
rxrpc: fix undefined behavior in rxrpc_mark_call_released
...
gcc -Wmaybe-initialized correctly points out a newly introduced bug
through which we can end up calling rxrpc_queue_call() for a dead
connection:
net/rxrpc/call_object.c: In function 'rxrpc_mark_call_released':
net/rxrpc/call_object.c:600:5: error: 'sched' may be used uninitialized in this function [-Werror=maybe-uninitialized]
This sets the 'sched' variable to zero to restore the previous
behavior.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: f5c17aaeb2ae ("rxrpc: Calls should only have one terminal state")
Signed-off-by: David Howells <dhowells@redhat.com>
2016-09-02 22:39:44 +01:00
..
2016-07-08 13:23:12 +02:00
2016-08-09 13:42:36 +03:00
2016-08-13 15:15:54 -07:00
2016-02-18 14:59:34 -05:00
2016-08-18 21:03:48 -07:00
2016-06-18 20:55:34 -07:00
2016-09-01 14:09:00 -07:00
2016-08-25 20:58:47 +02:00
2016-09-01 22:48:33 -07:00
2016-06-28 05:26:14 -04:00
2016-06-23 11:23:49 +02:00
2016-08-08 21:41:42 +02:00
2016-09-01 16:56:15 -07:00
2016-07-29 17:38:46 -07:00
2016-07-05 14:08:47 -07:00
2016-04-11 22:37:37 +01:00
2016-08-31 14:15:42 -07:00
2016-02-24 13:58:05 -05:00
2016-05-16 14:00:43 -04:00
2016-07-08 13:23:12 +02:00
2016-09-01 14:09:01 -07:00
2016-09-01 14:09:01 -07:00
2016-08-19 18:07:24 -07:00
2016-07-29 17:38:46 -07:00
2016-08-28 23:32:41 -04:00
2015-10-23 03:05:19 -07:00
2016-09-01 14:09:01 -07:00
2016-06-17 21:25:29 -07:00
2016-05-29 22:33:25 -07:00
2016-05-09 15:59:24 -04:00
2016-08-11 20:00:37 +02:00
2016-03-19 10:05:34 -07:00
2016-09-01 10:13:15 -07:00
2016-07-25 10:32:59 -07:00
2016-08-18 15:17:00 +02:00
2016-06-27 15:06:18 -04:00
2016-09-01 14:09:00 -07:00
2016-07-11 02:02:03 +02:00
2016-08-30 22:27:18 -07:00
2016-07-24 00:53:32 -04:00
2016-02-11 03:54:14 -05:00
2016-05-17 14:11:19 -04:00
2016-08-08 16:16:21 -07:00
2016-04-05 10:48:53 +02:00
2016-07-13 11:53:40 -07:00
2016-09-02 22:39:44 +01:00
2016-08-30 00:54:02 -04:00
2016-08-23 17:22:53 -07:00
2016-08-28 23:32:41 -04:00
2016-08-12 12:32:24 -07:00
2016-09-01 16:56:15 -07:00
2016-08-30 00:54:02 -04:00
2016-07-26 16:19:19 -07:00
2016-08-15 05:05:21 +03:00
2016-08-18 01:17:32 -04:00
2016-05-09 22:45:33 -04:00
2016-05-09 15:59:24 -04:00
2016-06-09 23:41:03 -07:00
2016-08-17 19:36:23 -04:00
2016-08-17 19:36:23 -04:00
2016-05-19 19:12:14 -07:00
2016-08-14 21:08:58 -07:00