diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-09 22:19:42 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-09 22:19:42 +0000 |
commit | 2a9d1fe9f99cc2329a762f6e30a8ee0dc8e84014 (patch) | |
tree | e6de82180542abdc733fb874a5257c38c5fea8a5 /ChangeLog | |
parent | c749ef5ef58af5f1a1856c802b0726bf6912601a (diff) | |
download | xine-lib-2a9d1fe9f99cc2329a762f6e30a8ee0dc8e84014.tar.gz xine-lib-2a9d1fe9f99cc2329a762f6e30a8ee0dc8e84014.tar.bz2 |
Fix a read-past-end bug in xine-lib's internal strtok_r replacement.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ xine-lib (1.1.9.1) (unreleased) + * Fix a read-past-end bug in xine-lib's internal strtok_r replacement. + (Only affects systems without strtok_r.) xine-lib (1.1.9) * Fix dvd://.../title[.chapter] handling (somewhat broken in 1.1.8). |