]> git.baikalelectronics.ru Git - kernel.git/commit
atm: iphase: fix a 64 bit bug
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 28 Jun 2018 09:24:42 +0000 (12:24 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Jun 2018 09:44:38 +0000 (18:44 +0900)
commit9b90aedfd4721000db909a5762a8133c95ce6ec8
treeaf0221ab3541fc9c42990c26a6f476ba2f316885
parent670e97fba9cb934e66c1bf55fe1d4d8203f5d50c
atm: iphase: fix a 64 bit bug

The code assumes that there is 4 bytes in a pointer and it doesn't
allocate enough memory.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c