mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02:00
These multiplications are done with 32-bit arithmetic, then converted to 64-bit. We should widen the integers first to prevent overflow. This could be a problem for large (>4GB) MTD's. Detected by Coverity. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: Akinobu Mita <akinobu.mita@gmail.com> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| mtd_nandecctest.c | ||
| mtd_test.c | ||
| mtd_test.h | ||
| nandbiterrs.c | ||
| oobtest.c | ||
| pagetest.c | ||
| readtest.c | ||
| speedtest.c | ||
| stresstest.c | ||
| subpagetest.c | ||
| torturetest.c | ||