+11
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
In dgap_parsefile() char pointers are set with kstrdup() without checking that some string is allocated to that char pointer before. This patch frees the memory if already allocated and then set the poniter with kstrdup(). Signed-off-by:Ronit halder <ronit.crj@gmail.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>