Kaydet (Commit) fce50187 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#707709 : Uninitialized scalar field

Change-Id: I65d3a65c67467338bc8a4b1d03d859fc079613c3
üst b4f275f3
......@@ -33,6 +33,7 @@ namespace connectivity
public:
OBoundParam()
: binaryData(NULL)
, paramLength(0)
, paramInputStreamLen(0)
, sqlType(::com::sun::star::sdbc::DataType::SQLNULL)
, outputParameter(false)
......
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