diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-13 19:25:13 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-13 19:25:13 +0000 |
commit | 1bdf861e88e7fa78c0f8e7789c4417321b0fb05b (patch) | |
tree | 6f9900446aa72a10b711af736d3436f1c1acc4cd /ChangeLog | |
parent | 658dd8c0474b381003f514ea6438ad70b6d22578 (diff) | |
download | xine-lib-1bdf861e88e7fa78c0f8e7789c4417321b0fb05b.tar.gz xine-lib-1bdf861e88e7fa78c0f8e7789c4417321b0fb05b.tar.bz2 |
Fix a possible DVB plugin crash when switching channels.
section_length is sometimes 0; this leads to the CRC32 calculation being
performed with a data length of -1 bytes, a.k.a. 4294967295 bytes.
(Reported by Johannes Zellner.)
--HG--
extra : transplant_source : %B6m%D0%0C%84%DA%40%C3%0B%06%11%B1%11%9El%A8%1F%95%27%E5
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ xine-lib (1.1.9) (unreleased) * Implemented decoding of XML character entities with codes >= 256. This requires conversion to UTF-8 of entities with codes >= 128. * Fixed ATSC support. [Bug 1749508] + * Fixed a possible DVB plugin crash when switching channels. xine-lib (1.1.8) * Send a channel-changed event to the frontend when receiving the SYNC |