mbox series

[v2,0/2] Fix unsafe string functions

Message ID 20230511025513.13783-1-kinga.tanska@intel.com (mailing list archive)
Headers show
Series Fix unsafe string functions | expand

Message

Kinga Tanska May 11, 2023, 2:55 a.m. UTC
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(-)

Comments

Coly Li May 14, 2023, 11:14 a.m. UTC | #1
> 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
>
Jes Sorensen Sept. 1, 2023, 4:10 p.m. UTC | #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