diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-05-15 11:55:16 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-05-15 16:28:09 +0200 |
commit | a4a39c81e1043b153bde3ef5cb3cf94222ffd918 (patch) | |
tree | 75a061b42b9e3f5d04b1b80095348befcee1d625 /scripts/gdb/linux/utils.py | |
parent | 58eb5721a445ea0af310d1410d7117a1910627bc (diff) |
genirq: Bump the size of the local variable for sprintf()
GCC is not happy about a sprintf() call on a buffer that might be too small
for the given formatting string.
kernel/irq/debugfs.c:233:26: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
Fix this by bumping the size of the local variable for sprintf().
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250515085516.2913290-1-andriy.shevchenko@linux.intel.com
Closes: https://lore.kernel.org/oe-kbuild-all/202505151057.xbyXAbEn-lkp@intel.com/
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions