mbox series

[0/2] String functions fixes in Monitor

Message ID 20220714070211.9941-1-kinga.tanska@intel.com (mailing list archive)
Headers show
Series String functions fixes in Monitor | expand

Message

Kinga Tanska July 14, 2022, 7:02 a.m. UTC
Series of patches which fixes unsafe string functions
used to fill devnames in Monitor.c.

Kinga Tanska (2):
  Monitor: use devname as char array instead of pointer
  Monitor: use snprintf to fill device name

 Monitor.c | 35 ++++++++++++++---------------------
 1 file changed, 14 insertions(+), 21 deletions(-)

Comments

Jes Sorensen July 28, 2022, 9:10 p.m. UTC | #1
On 7/14/22 03:02, Kinga Tanska wrote:
> Series of patches which fixes unsafe string functions
> used to fill devnames in Monitor.c.
> 
> Kinga Tanska (2):
>   Monitor: use devname as char array instead of pointer
>   Monitor: use snprintf to fill device name
> 
>  Monitor.c | 35 ++++++++++++++---------------------
>  1 file changed, 14 insertions(+), 21 deletions(-)
> 

I have applied both of these!

Thanks,
Jes