summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAhmad Byagowi <ahmadexp@gmail.com>2026-08-04 14:07:51 -0700
committerJakub Kicinski <kuba@kernel.org>2026-08-06 09:15:40 -0700
commit6b69f2ef10cdb018c0b127a7cab88e590bbddba4 (patch)
tree55a2e45ba3952ab170facefad7cc62602c4e05ba /tools/perf/scripts/python/task-analyzer.py
parent1c8629651cb54f7b51db8fc0b1a9944e4a4b0f5e (diff)
ptp: ocp: Fix board ID over-read
The EEPROM board ID is a fixed 13-byte field and is not guaranteed to contain a NUL terminator. Passing it directly to devlink_info_version_fixed_put() treats it as a C string and may read beyond the field. Format at most OCP_BOARD_ID_LEN bytes into the existing local buffer before reporting the ID. Use a precision limit because the snprintf() output size alone does not bound the source string scan. Fixes: 0cfcdd1ebcfe ("ptp: ocp: add nvmem interface for accessing eeprom") Cc: stable@vger.kernel.org Signed-off-by: Ahmad Byagowi <ahmadexp@gmail.com> Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Link: https://patch.msgid.link/20260804210751.48248-1-ahmadexp@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions