1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-08 15:12:05 +03:00
Files
libssh/tests
Jakub Jelen ef50a3c0f0 tests: Remove tests of operations on freed channels
These tests are flaky because even though the care was taken to guess if
the ssh_channel_free() really freed the channel, it might not always be correct
and call to operation on the freed channel results in use after free.

Generally, no operation should be called after the channel is freed by the user.

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2025-08-06 11:18:45 +02:00
..
2024-07-11 16:44:07 +02:00
2025-07-25 13:20:15 +02:00
2010-05-17 20:08:11 +02:00
2009-11-05 18:18:35 +01:00