Gustavo A. R. Silva
60747828ea
net: socket: Fix missing break in switch statement
...
Add missing break statement in order to prevent the code from falling
through to cases SIOCGSTAMP_NEW and SIOCGSTAMPNS_NEW.
This bug was found thanks to the ongoing efforts to enable
-Wimplicit-fallthrough.
Fixes: 0768e17073dc ("net: socket: implement 64-bit timestamps")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-26 11:28:47 -04:00
..
2019-04-23 19:09:58 +02:00
2019-03-13 11:50:04 +01:00
2019-04-19 13:58:17 -07:00
2019-04-19 14:07:40 -07:00
2019-04-19 14:07:40 -07:00
2019-04-21 10:37:26 -07:00
2019-04-05 14:14:19 -07:00
2019-04-25 06:18:07 -07:00
2019-04-12 00:53:00 +02:00
2019-02-23 13:34:40 -08:00
2019-04-25 23:52:29 -04:00
2019-04-10 12:20:46 -07:00
2019-04-19 14:07:40 -07:00
2019-03-25 22:28:07 +01:00
2019-04-23 19:42:29 -07:00
2019-04-19 14:07:40 -07:00
2019-04-22 21:47:25 -07:00
2019-04-11 14:01:08 -07:00
2019-04-05 14:14:19 -07:00
2019-02-22 12:55:31 -08:00
2019-04-15 17:22:02 -07:00
2019-04-19 14:07:40 -07:00
2019-04-25 23:52:29 -04:00
2019-04-25 23:52:29 -04:00
2018-11-10 16:55:11 -08:00
2019-04-01 14:59:20 -07:00
2019-02-12 10:36:42 +01:00
2019-04-19 14:07:40 -07:00
2018-12-03 14:15:26 -08:00
2019-04-12 10:25:03 -07:00
2019-04-17 11:26:25 -07:00
2018-09-28 12:46:07 +08:00
2019-04-22 21:47:25 -07:00
2019-04-25 23:52:29 -04:00
2019-04-25 23:52:29 -04:00
2019-03-22 10:38:23 -04:00
2019-04-17 11:26:25 -07:00
2019-04-19 14:07:40 -07:00
2019-04-08 23:39:36 -07:00
2019-04-08 23:02:52 +02:00
2019-04-19 14:07:40 -07:00
2019-02-21 16:23:56 -08:00
2019-04-19 14:07:40 -07:00
2019-04-24 12:07:08 -07:00
2018-12-18 13:13:56 +01:00
2019-04-25 23:52:29 -04:00
2019-04-25 23:52:29 -04:00
2019-04-24 11:53:28 -07:00
2019-04-19 14:07:40 -07:00
2019-04-17 11:26:25 -07:00
2019-04-22 21:50:54 -07:00
2019-04-23 13:40:55 -07:00
2019-03-01 21:35:19 -08:00
2019-04-24 11:46:54 -07:00
2019-04-25 23:52:29 -04:00
2019-04-08 09:51:54 -07:00
2019-03-08 15:15:44 -08:00
2019-03-22 10:38:23 -04:00
2019-04-17 11:26:25 -07:00
2019-04-19 14:07:40 -07:00
2019-04-16 20:13:10 -07:00
2019-03-20 11:18:54 -07:00
2019-04-19 14:07:40 -07:00
2019-03-24 14:55:31 -04:00
2019-02-28 08:24:23 -07:00
2019-04-26 11:28:47 -04:00