summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-13 12:03:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-13 12:03:39 +0200
commit929d3e9ba290751aca1c0a16d2498968bdc1e3c1 (patch)
treee858c92568e3c9bad3d282d4930514f2c1c0769f /HISTORY
parent441b002be93397aea40eda08dc2439c764b81945 (diff)
downloadvdr-929d3e9ba290751aca1c0a16d2498968bdc1e3c1.tar.gz
vdr-929d3e9ba290751aca1c0a16d2498968bdc1e3c1.tar.bz2
Fixed handling reallocated memory in cCharSetConv::Convert()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2715ccc1..895764e4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5460,3 +5460,5 @@ Video Disk Recorder Revision History
- Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On'
is true (i.e. this device is being made the primary device).
- Updated the Italian OSD texts (thanks to Diego Pierotto).
+- Fixed handling reallocated memory in cCharSetConv::Convert() (reported by Udo
+ Richter).