Message ID | 20230511025513.13783-1-kinga.tanska@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix unsafe string functions | expand |
> 2023年5月11日 04:55,Kinga Tanska <kinga.tanska@intel.com> 写道: > > This series of patches contains fixes for unsafe string > functions usings. Unsafe functions were replaced with > new ones that limites the input length. Hi Kinga, I am on a travel and fighting with jet lag now, hope I can response next week after I back to Beijing. Thanks. Coly Li > > Kinga Tanska (2): > Fix unsafe string functions > platform-intel: limit guid length > > mdmon.c | 6 +++--- > mdopen.c | 4 ++-- > platform-intel.c | 5 +---- > platform-intel.h | 5 ++++- > super-intel.c | 6 +++--- > 5 files changed, 13 insertions(+), 13 deletions(-) > > -- > 2.26.2 >
On 5/10/23 22:55, Kinga Tanska wrote: > This series of patches contains fixes for unsafe string > functions usings. Unsafe functions were replaced with > new ones that limites the input length. > > Kinga Tanska (2): > Fix unsafe string functions > platform-intel: limit guid length > > mdmon.c | 6 +++--- > mdopen.c | 4 ++-- > platform-intel.c | 5 +---- > platform-intel.h | 5 ++++- > super-intel.c | 6 +++--- > 5 files changed, 13 insertions(+), 13 deletions(-) > Applied! Thanks, Jes