summaryrefslogtreecommitdiffstats
path: root/kdecore/ksycoca.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-26 22:23:30 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-26 22:23:30 +0000
commit946bde4a62fa9c4c47315defb2e31cf54d821246 (patch)
tree4c8722f3db4e1cc5800519d00ccd30c60c50dd3d /kdecore/ksycoca.h
parenta20928b6bfae18a41bb42b85e10f73fb63548ccc (diff)
downloadtdelibs-946bde4a62fa9c4c47315defb2e31cf54d821246.tar.gz
tdelibs-946bde4a62fa9c4c47315defb2e31cf54d821246.zip
Patch a few buffer overrun problems and odd crash potentials
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore/ksycoca.h')
-rw-r--r--kdecore/ksycoca.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdecore/ksycoca.h b/kdecore/ksycoca.h
index 6b8fcd0f3..52e712989 100644
--- a/kdecore/ksycoca.h
+++ b/kdecore/ksycoca.h
@@ -169,6 +169,7 @@ protected:
void closeDatabase();
KSycocaFactoryList *m_lstFactories;
TQDataStream *m_str;
+ TQByteArray *m_barray;
bool bNoDatabase;
size_t m_sycoca_size;
const char *m_sycoca_mmap;