From 5ed4504ce0fc510d29492bcf480113f3e01f069e Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 18 Feb 2006 10:42:55 +0100 Subject: Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so that overflows can be better detected --- HISTORY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 2a7c1ba0..5a605183 100644 --- a/HISTORY +++ b/HISTORY @@ -4317,7 +4317,7 @@ Video Disk Recorder Revision History - Added cSkin::GetTextAreaWidth() and cSkin::GetTextAreaFont(), so that a plugin that wants to do special text formatting can do so (thanks to Alexander Rieger). -2006-02-17: Version 1.3.43 +2006-02-18: Version 1.3.43 - Removed an unnecessary toFile->SetReadAhead() from cutter.c (thanks to Artur Skawina). @@ -4332,3 +4332,5 @@ Video Disk Recorder Revision History - cMenuText now uses the given font (thanks to Rolf Ahrenberg). - The ST:TNG skin now uses the fixed font if requested when displaying texts. - Fixed some typos in the CONTRIBUTORS file (thanks to Frank Krömmelbein). +- Changed offset and size handling in 'libsi' from 'unsigned' to 'signed', so that + overflows can be better detected (thanks to Marcel Wiesweg). -- cgit v1.2.3