summaryrefslogtreecommitdiff
path: root/libsi/util.c
AgeCommit message (Collapse)Author
2006-02-18Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid ↵Klaus Schmidinger
data and changed CharArray::DataOwnData::Delete() so that it sets 'size' and 'data' to 0
2006-02-18Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so ↵Klaus Schmidinger
that overflows can be better detected
2005-05-28Avoiding unnecessary calls to getLength() in libsi/si.c, and avoiding the '& ↵Klaus Schmidinger
0xff' in CRC32::crc32() of libsi/util.c
2004-10-16Fixed a possible crash with inconsistent SI dataKlaus Schmidinger
2003-12-22Fixed a problem with crc32 in SI handling on 64bit systemsKlaus Schmidinger
2003-12-13Removed superfluous white space; added RCS IdKlaus Schmidinger
2003-11-22Added 'libsi'Klaus Schmidinger