Kaydet (Commit) 571d116d authored tarafından Noel Grandin's avatar Noel Grandin

cid#707663 uninitialized pointer field

Change-Id: I4864042da995e70fd050584341960e58c4cddec2
üst 55232754
...@@ -31,6 +31,7 @@ namespace binaryurp { ...@@ -31,6 +31,7 @@ namespace binaryurp {
BinaryAny::BinaryAny() throw () { BinaryAny::BinaryAny() throw () {
uno_any_construct(&data_, 0, 0, 0); uno_any_construct(&data_, 0, 0, 0);
data_.pReserved = NULL;
} }
BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value) BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment