From: Andrea Bolognani Date: Wed, 3 May 2017 16:01:58 +0000 (+0200) Subject: news: Add even more v3.3.0 entries X-Git-Tag: v3.3.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=461274c49744c046ece88a50a70c91a498c62419;p=thirdparty%2Flibvirt.git news: Add even more v3.3.0 entries --- diff --git a/docs/news.xml b/docs/news.xml index 8f6b76870e..593cc52baa 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -176,6 +176,16 @@ qemu: Do not crash on USB address with no port and invalid bus + + + crypto: Always pad data before encrypting it + + + If this step is not performed, when the data length matches the + chunk size the decryption routines will misinterpret the last byte + of data as the padding lenght and fail to decode it correctly. + +