| 概要 | In the Linux kernel, the following vulnerability has been resolved: mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show() Sashiko noticed an out-of-bounds read [1]. In spi_nor_params_show(), the snor_f_names array is passed to Since snor_f_names is an array of pointers, sizeof() returns the total Inside spi_nor_print_flags(), the 'names_len' argument is used to Correct this by using ARRAY_SIZE() to pass the actual number of |
|---|---|
| 公表日 | 2026年5月28日19:16 |
| 登録日 | 2026年5月29日4:13 |
| 最終更新日 | 2026年5月28日22:44 |