|
1 | 1 |
|
2 | 2 |
|
| 3 | +### SSLproxy 0.9.6 2024-07-04 |
| 4 | + |
| 5 | +- Fix clang-static-analysis warnings, thanks to @disaykin. |
| 6 | +- Use clock_gettime() instead of gettimeofday(), thanks to @disaykin. |
| 7 | +- Fix deprecation warnings for function declarations without a prototype. |
| 8 | + |
| 9 | + |
3 | 10 | ### SSLproxy 0.9.5 2024-02-18 |
4 | 11 |
|
5 | | -- Fix possible double free of host and serv variables, thanks to @disaykin |
6 | | -- Fix possible integer overflow, thanks to @disaykin |
7 | | -- Close fds only once, thanks to @disaykin |
8 | | -- Fix memory leak, thanks to @disaykin |
9 | | -- Handle ftell error, thanks to @disaykin |
10 | | -- Fix mismatched call arguments, thanks to @disaykin |
11 | | -- Fix memory leak in case of cert key mismatch, thanks to @disaykin |
12 | | -- Fix file descriptor leak, thanks to @disaykin |
13 | | -- Handle partial write, thanks to @disaykin |
14 | | -- Handle return value of gmtime(), thanks to @disaykin |
15 | | -- Fix double free bugs, thanks to @disaykin |
16 | | - - Bugs found by Svace static analyzer |
17 | | -- Fix possible segfault in proto smtp in split mode |
18 | | -- Fix retval of privsep_server_opensock_verify(), thanks to @Qbog |
19 | | -- Fix header-size calculation in IPv6 packet mirroring, thanks to @matoro |
20 | | -- Fix e2e tests with openssl 3 |
21 | | -- Replace deprecated fail_unless() with ck_assert_msg() in unit tests |
| 12 | +- Fix possible double free of host and serv variables, thanks to @disaykin. |
| 13 | +- Fix possible integer overflow, thanks to @disaykin. |
| 14 | +- Close fds only once, thanks to @disaykin. |
| 15 | +- Fix memory leak, thanks to @disaykin. |
| 16 | +- Handle ftell error, thanks to @disaykin. |
| 17 | +- Fix mismatched call arguments, thanks to @disaykin. |
| 18 | +- Fix memory leak in case of cert key mismatch, thanks to @disaykin. |
| 19 | +- Fix file descriptor leak, thanks to @disaykin. |
| 20 | +- Handle partial write, thanks to @disaykin. |
| 21 | +- Handle return value of gmtime(), thanks to @disaykin. |
| 22 | +- Fix double free bugs, thanks to @disaykin. |
| 23 | + - Bugs found by Svace static analyzer. |
| 24 | +- Fix possible segfault in proto smtp in split mode. |
| 25 | +- Fix retval of privsep_server_opensock_verify(), thanks to @Qbog. |
| 26 | +- Fix header-size calculation in IPv6 packet mirroring, thanks to @matoro. |
| 27 | +- Fix e2e tests with openssl 3. |
| 28 | +- Replace deprecated fail_unless() with ck_assert_msg() in unit tests. |
22 | 29 |
|
23 | 30 |
|
24 | 31 | ### SSLproxy 0.9.4 2022-12-26 |
|
0 commit comments