Re: [PATCH 2/2] net: rds: drop VLA in rds_walk_conn_path_info()

From: santosh.shilimkar@xxxxxxxxxx
Date: Mon Mar 12 2018 - 03:06:56 EST


On 3/11/18 2:07 PM, Salvatore Mesoraca wrote:
Avoid VLA[1] by using an already allocated buffer passed
by the caller.

[1] https://lkml.org/lkml/2018/3/7/621

Signed-off-by: Salvatore Mesoraca <s.mesoraca16@xxxxxxxxx>
---
Acked-by: Santosh Shilimkar <santosh.shilimkar@xxxxxxxxxx>