Value of the size argument in strncat is too large, might lead to a
buffer overflow.
Change the argument to be the free space in the destination buffer
minus the terminating null byte.
Introduced in 5368859a669d
Differential D11289
Fix build warning Authored by Richard Antalik (ISS) on May 18 2021, 3:59 PM. Tags None Subscribers None
Details
Value of the size argument in strncat is too large, might lead to a Change the argument to be the free space in the destination buffer Introduced in 5368859a669d
Diff Detail
|