archive/iso9660: check path buffer bounds

This commit is contained in:
Max Kellermann
2016-03-07 14:18:39 +01:00
parent de61c3b962
commit e140a28073
2 changed files with 13 additions and 4 deletions

2
NEWS
View File

@@ -2,6 +2,8 @@ ver 0.19.14 (not yet released)
* decoder
- dsdiff: fix off-by-one buffer overflow
- opus: limit tag size to 64 kB
* archive
- iso9660: fix buffer overflow
* fix build failures on non-glibc builds due to constexpr Mutex
ver 0.19.13 (2016/02/23)