Go to file
Moritz Bunkus 4457e70466 KaxBlock::ReadData(): use safe/checked memory access
Unchecked reading from memory locations works for cases in which all the
data is valid, but if it isn't then this leads to invalid memory access
and segmentation faults.

See https://trac.bunkus.org/ticket/1096
2014-12-20 17:06:20 +01:00
make cosmetics: use spaces instead of tab characters; remove trailing whitespace 2014-12-19 00:24:39 +01:00
matroska version: bump to 1.4.2 2014-12-19 14:01:10 +01:00
src KaxBlock::ReadData(): use safe/checked memory access 2014-12-20 17:06:20 +01:00
test cosmetics: use spaces instead of tab characters; remove trailing whitespace 2014-12-19 00:24:39 +01:00
.gitignore Ignore files built during compilation 2013-03-19 12:06:36 +01:00
ChangeLog KaxBlock::ReadData(): use safe/checked memory access 2014-12-20 17:06:20 +01:00
libmatroska.proj cosmetics: use spaces instead of tab characters; remove trailing whitespace 2014-12-19 00:24:39 +01:00
LICENSE.LGPL Update licensing information 2013-04-20 09:57:44 +01:00