dmaengine: xgene: buffer overflow in xgene_dma_init_channels()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 9 Apr 2015 09:05:04 +0000 (12:05 +0300)
committerVinod Koul <vinod.koul@intel.com>
Fri, 17 Apr 2015 18:04:51 +0000 (23:34 +0530)
We put 9 characters into the 8 character name[] array.  Let's make the
array bigger and change the sprintf() to snprintf().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/xgene-dma.c

Simple merge