Re: [PATCH] divers/soc/ti: fix max dup length for kstrndup

From: santosh.shilimkar@xxxxxxxxxx
Date: Sat Dec 16 2017 - 17:46:50 EST


On 12/12/17 1:29 AM, Ma Shimiao wrote:
If source string longer than max, kstrndup will alloc max+1 space.
So, we should make sure the result will not over limit.

Signed-off-by: Ma Shimiao <mashimiao.fnst@xxxxxxxxxxxxxx>
---
Applied. Thanks !!