mirror of
https://repo.or.cz/socat.git
synced 2024-12-22 15:32:35 +00:00
Version 1.7.4.0
This commit is contained in:
parent
45ad4018b0
commit
0a115feadc
3 changed files with 4 additions and 2 deletions
2
CHANGES
2
CHANGES
|
@ -1,4 +1,6 @@
|
|||
|
||||
####################### V 1.7.4.0:
|
||||
|
||||
Security:
|
||||
Buffer size option (-b) is internally doubled for CR-CRLF conversion,
|
||||
but not checked for integer overflow. This could lead to heap based
|
||||
|
|
2
README
2
README
|
@ -75,7 +75,7 @@ install
|
|||
|
||||
Get the tarball and extract it:
|
||||
tar xzf socat.tar.gz
|
||||
cd socat-1.7.3.0
|
||||
cd socat-1.7.4.0
|
||||
./configure
|
||||
make
|
||||
su
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
"1.7.3.4+"
|
||||
"1.7.4.0"
|
||||
|
|
Loading…
Reference in a new issue