Files
libstrophe-gh/tests
Steffen Jaeckel e3d734c5ff Fix SM-serialization testcase
`xmpp_run_once()` uses `FD_SET()` to determine which sockets to `select()`
on. The socket gets initialized to `INVALID_SOCKET = -1` inside
`xmpp_conn_new()` which leads to a buffer overflow once `FD_SET()` is
called.

This is only exposed when enabling a higher optimization level, which
was only done in the `release-test` CI job.

* Fix this testcase by initializing the socket to a possible value.
* Build the Valgrind CI jobs with `-O2`.
* Make the output of the `release-test` more verbose.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
2024-11-19 16:26:50 +01:00
..
2023-08-09 15:51:50 +02:00
2023-08-09 15:51:50 +02:00
2023-08-25 18:08:42 +02:00
2023-08-09 15:51:50 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2022-03-09 12:08:15 +01:00
2022-03-09 12:08:15 +01:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-11-01 01:40:45 +01:00
2020-03-31 17:37:12 +03:00
2020-04-30 12:03:57 +02:00
2020-03-31 17:37:12 +03:00
2023-08-25 18:08:42 +02:00
2024-02-12 17:47:24 +01:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-08-25 18:08:42 +02:00
2023-11-01 01:40:45 +01:00