aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mod.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2022-08-04 17:32:39 +0300
committerJoerg Roedel <[email protected]>2022-09-07 10:42:28 +0200
commit184233a5202786b20220acd2d04ddf909ef18f29 (patch)
tree87e2ab8062ecb66030ab910f7bac198a8623ae56 /lib/mpi/mpi-mod.c
parent7e18e42e4b280c85b76967a9106a13ca61c16179 (diff)
iommu/omap: Fix buffer overflow in debugfs
There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx() with "bytes" less than 32 it is a buffer overflow. 2) The snprintf() function returns the number of bytes that *would* have been copied if there were enough space. But we want to know the number of bytes which were *actually* copied so use scnprintf() instead. Fixes: bd4396f09a4a ("iommu/omap: Consolidate OMAP IOMMU modules") Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Robin Murphy <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/YuvYh1JbE3v+abd5@kili Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions