summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-09-20 18:22:56 +0000
committerlordjaxom <lordjaxom>2005-09-20 18:22:56 +0000
commit39a54ec230977ea1d532b3366b1a1d6025716bf4 (patch)
tree6b8386421bc83ce5c498776f1e6ec698a04e784b /CONTRIBUTORS
parent136f061aaf2528cab7117bc1f5459a7930ccc1c8 (diff)
downloadvdr-plugin-text2skin-39a54ec230977ea1d532b3366b1a1d6025716bf4.tar.gz
vdr-plugin-text2skin-39a54ec230977ea1d532b3366b1a1d6025716bf4.tar.bz2
- fixed crash due to uninitialized pointer (thanks to Frank Enderle)
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b01a31e..86ab45f 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -17,3 +17,6 @@ Andreas Brugger and Stefan Schenk
Reinhard Nissl
for pointing out a deadly race condition in cText2SkinDisplayMenu::SetItem
+
+Frank Enderle
+ for sending a patch to fix a crash due to uninitialized pointer