1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 18:42:56 +00:00

Red Hat issue 1022062: strcpy misuse in xiosetsockaddrenv_ip4()

This commit is contained in:
Gerhard Rieger 2014-01-19 16:22:11 +01:00
parent 520e84aba7
commit 2e17542be7
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,8 @@ corrections:
On big endian platforms with type long >32bit the range option applied a
bad base address. Thanks to hejia hejia for reporting and fixing this bug.
Red Hat issue 1022062: strcpy misuse in xiosetsockaddrenv_ip4()
Red Hat issue 1022048: strncpy hardening: corrected suspicious strncpy()
uses