seq_printf().
Signed-off-by: Salva Peiró
---
drivers/iommu/omap-iommu-debug.c | 26 +++---
drivers/iommu/omap-iommu.c | 28 +++-
drivers/iommu/omap-iommu.h | 3 +--
3 files changed, 19 insertions(+), 38 deletions(-)
diff --git a/drivers
After the zeroing the whole struct struct media_entity_desc u_ent,
it is no longer necessary to memset(0) its u_ent.name field.
Signed-off-by: Salva Peiró
To: Mauro Carvalho Chehab
CC: linux-me...@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: sta
The hdlcdev_ioctl() code fails to initialize the two padding bytes of
struct sync_serial_settings after the ->loopback member. Add an explicit
memset(0) before filling the structure to avoid the info leak.
Signed-off-by: Salva Peiró
---
drivers/tty/synclink.c |1 +
drivers/
The yam_ioctl() code fails to initialise the cmd field
of the struct yamdrv_ioctl_cfg. Add an explicit memset(0)
before filling the structure to avoid the 4-byte info leak.
Signed-off-by: Salva Peiró
CC:
---
drivers/net/hamradio/yam.c |1 +
1 file changed, 1 insertion(+)
diff --git a
The yam_ioctl() code fails to initialise the cmd field
of the struct yamdrv_ioctl_cfg. Add an explicit memset(0)
before filling the structure to avoid the 4-byte info leak.
Signed-off-by: Salva Peiró
CC:
---
drivers/net/hamradio/yam.c |1 +
1 file changed, 1 insertion(+)
diff --git a
The hdlcdev_ioctl() code fails to initialize the two padding bytes of
struct sync_serial_settings after the ->loopback member. Add an explicit
memset(0) before filling the structure to avoid the info leak.
Signed-off-by: Salva Peiró
---
drivers/tty/synclink.c |1 +
drivers/
6 matches
Mail list logo