Package: libssh / 0.8.7-1+deb10u1

Metadata

Package Version Patches format
libssh 0.8.7-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 CVE 2020 1730 Fix a possible segfault when zeroing AES CT.patch | (download)

src/libcrypto.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 cve-2020-1730: fix a possible segfault when zeroing aes-ctr key

Fixes T213

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
1003 custom lib names.patch | (download)

src/CMakeLists.txt | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 allow the buildsystem to overwrite libssh's output_name.
2003 disable expand_tilde_unix test.patch | (download)

tests/unittests/torture_misc.c | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 disable torture_path_expand_tilde_unix, its not working well on buildd
 On buildd, the HOME is set to a non-existing directory, this makes
 torture_path_expand_tilde_unix fail