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