Re: [PATCH net-next] net/rds: Fix info leak in rds6_inc_info_copy()

2019-08-26 Thread Ka-Cheong Poon
On 8/25/19 5:20 AM, David Miller wrote: From: Ka-Cheong Poon Date: Wed, 21 Aug 2019 20:18:24 -0700 The rds6_inc_info_copy() function has a couple struct members which are leaking stack information. The ->tos field should hold actual information and the ->flags field needs to be zeroed out. F

Re: [PATCH net-next] net/rds: Fix info leak in rds6_inc_info_copy()

2019-08-24 Thread David Miller
From: Ka-Cheong Poon Date: Wed, 21 Aug 2019 20:18:24 -0700 > The rds6_inc_info_copy() function has a couple struct members which > are leaking stack information. The ->tos field should hold actual > information and the ->flags field needs to be zeroed out. > > Fixes: 3eb450367d08 ("rds: add typ

Re: [PATCH net-next] net/rds: Fix info leak in rds6_inc_info_copy()

2019-08-22 Thread santosh . shilimkar
On 8/21/19 8:18 PM, Ka-Cheong Poon wrote: The rds6_inc_info_copy() function has a couple struct members which are leaking stack information. The ->tos field should hold actual information and the ->flags field needs to be zeroed out. Fixes: 3eb450367d08 ("rds: add type of service(tos) infrastru

[PATCH net-next] net/rds: Fix info leak in rds6_inc_info_copy()

2019-08-21 Thread Ka-Cheong Poon
The rds6_inc_info_copy() function has a couple struct members which are leaking stack information. The ->tos field should hold actual information and the ->flags field needs to be zeroed out. Fixes: 3eb450367d08 ("rds: add type of service(tos) infrastructure") Fixes: b7ff8b1036f0 ("rds: Extend RD