Florian Fainelli
8e6ce7ebeb
net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndata
...
The label lio_xmit_failed is used 3 times through liquidio_xmit() but it
always makes a call to dma_unmap_single() using potentially
uninitialized variables from "ndata" variable. Out of the 3 gotos, 2 run
after ndata has been initialized, and had a prior dma_map_single() call.
Fix this by adding a new error label: lio_xmit_dma_failed which does
this dma_unmap_single() and then processed with the lio_xmit_failed
fallthrough.
Fixes: f21fb3ed36 ("Add support of Cavium Liquidio ethernet adapters")
Reported-by: coverity (CID 1309740)
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2016-07-16 22:06:00 -07:00
..
2016-07-01 15:31:48 -07:00
2016-06-28 12:11:31 -07:00
2016-05-31 11:52:59 -07:00
2016-06-18 06:04:01 -10:00
2016-05-24 11:00:20 -07:00
2016-06-24 17:23:52 -07:00
2016-05-19 10:02:26 -07:00
2016-06-13 08:56:28 -05:00
2016-06-20 17:01:45 -07:00
2016-05-19 11:27:09 -07:00
2016-06-28 08:48:33 -04:00
2016-06-28 03:29:29 +02:00
2016-05-18 02:48:37 +02:00
2016-06-13 17:43:05 +08:00
2016-05-20 22:02:55 -07:00
2016-06-23 23:15:12 +02:00
2016-06-07 12:44:23 +05:30
2016-05-31 22:17:05 +05:30
2016-06-03 17:28:21 +02:00
2016-06-15 17:17:22 +09:00
2016-06-03 09:57:36 +02:00
2016-06-29 10:05:44 -07:00
2016-07-02 15:50:41 +10:00
2016-06-28 13:24:14 +02:00
2016-06-23 06:24:23 -07:00
2016-05-20 17:58:30 -07:00
2016-06-16 00:13:06 -07:00
2016-06-09 22:38:16 +02:00
2016-06-26 17:39:26 +01:00
2016-06-23 12:22:33 -04:00
2016-06-27 20:34:43 -07:00
2016-06-27 13:24:46 +02:00
2016-06-14 11:41:57 +02:00
2016-05-20 20:57:27 -07:00
2016-06-08 11:47:06 +02:00
2016-06-13 18:49:30 -07:00
2016-05-27 14:28:09 -07:00
2016-06-15 15:35:37 -10:00
2016-06-16 11:43:48 +03:00
2016-05-23 17:04:14 -07:00
2016-05-18 16:38:59 -07:00
2016-06-30 07:44:23 +01:00
2016-06-10 22:14:24 -07:00
2016-06-02 10:40:20 +02:00
2016-06-23 00:29:32 +02:00
2016-07-16 22:06:00 -07:00
2016-06-23 17:50:39 -07:00
2016-06-09 14:28:28 -06:00
2016-05-27 15:26:11 -07:00
2016-06-09 14:36:34 -05:00
2016-06-20 13:24:20 -05:00
2016-06-15 09:51:35 +01:00
2016-07-01 15:17:16 -07:00
2016-06-23 11:05:04 +02:00
2016-07-05 14:01:52 -07:00
2016-05-20 21:26:15 -07:00
2016-06-16 15:54:11 +02:00
2016-05-16 19:17:22 -07:00
2016-05-29 22:32:27 -07:00
2016-06-14 10:51:45 +02:00
2016-07-01 18:06:48 +02:00
2016-05-21 17:07:17 +02:00
2016-07-04 23:32:08 -07:00
2016-05-20 18:33:37 -07:00
2016-06-18 11:59:01 -07:00
2016-05-19 15:20:24 +02:00
2016-06-30 13:17:29 +01:00
2016-06-26 15:57:02 +01:00
2016-05-28 12:04:17 -07:00
2016-06-12 06:30:39 -07:00
2016-06-26 11:39:00 -07:00
2016-07-01 15:17:16 -07:00
2016-05-31 21:25:52 -06:00
2016-05-31 08:20:43 +03:00
2016-05-22 19:44:13 +03:00
2016-06-17 20:21:12 -07:00
2016-06-24 10:53:03 +01:00
2016-05-23 11:18:01 -07:00
2016-05-20 22:02:53 -07:00