summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-04-17 13:05:13 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-04-17 13:05:13 +0200
commit8e3c9f553fd2b39007dd0066b2f88ac6d953755e (patch)
treee8a7acb0bc7ebf3912ad26ac4cd4bf4bc27068f4 /PLUGINS/src/osddemo/HISTORY
parent79f8c5f38e0a24a5f30e0a29fb5c18f03c85c203 (diff)
downloadvdr-8e3c9f553fd2b39007dd0066b2f88ac6d953755e.tar.gz
vdr-8e3c9f553fd2b39007dd0066b2f88ac6d953755e.tar.bz2
Fixed a possible NULL pointer dereference in osddemo.c
Diffstat (limited to 'PLUGINS/src/osddemo/HISTORY')
-rw-r--r--PLUGINS/src/osddemo/HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/PLUGINS/src/osddemo/HISTORY b/PLUGINS/src/osddemo/HISTORY
index 0d9958ee..ac386b0e 100644
--- a/PLUGINS/src/osddemo/HISTORY
+++ b/PLUGINS/src/osddemo/HISTORY
@@ -30,3 +30,7 @@ VDR Plugin 'osddemo' Revision History
- Added Cancel(3) to ~cTrueColorDemo() (thanks to Reinhard Nissl).
- Added a missing font deletion in cTrueColorDemo::Action() (thanks to Reinhard Nissl).
+
+2011-04-17: Version 0.2.2
+
+- Fixed a possible NULL pointer dereference in osddemo.c (reported by Paul Menzel).