diff options
author | Joakim Plate <elupus@ecce.se> | 2014-11-22 00:02:35 +0100 |
---|---|---|
committer | fritsch <Peter.Fruehberger@gmail.com> | 2014-12-29 12:17:34 +0100 |
commit | 5f84269540bac0e174e3b0f986858a234981da64 (patch) | |
tree | 5afe0a24c716f91953197257cab2462ccadc188a /xbmc/filesystem/PluginDirectory.cpp | |
parent | 5be93191c3d329848767089c57c8cb5950f4eaef (diff) |
fixed: CID 719171 Uninitialized pointer field
The pointer field will point to an arbitrary memory location, any attempt to write may cause corruption.
In XFILE::​CUDFFile::​CUDFFile(): A pointer field is not initialized in the constructor (CWE-457)
Diffstat (limited to 'xbmc/filesystem/PluginDirectory.cpp')
0 files changed, 0 insertions, 0 deletions