Kaydet (Commit) ff2206ca authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707517: Uninitialized scalar variable

Change-Id: I17277bb67430d47283395dfb08ec402361c4865e
üst 8a99c1c2
...@@ -693,7 +693,7 @@ tnode T602ImportFilter::PointCmd602(unsigned char *ch) ...@@ -693,7 +693,7 @@ tnode T602ImportFilter::PointCmd602(unsigned char *ch)
void T602ImportFilter::Read602() void T602ImportFilter::Read602()
{ {
unsigned char ch=0; unsigned char ch=0;
char cmd602[3]; char cmd602[3] = {0};
Reference < XAttributeList > mAttrList ( mpAttrList ); Reference < XAttributeList > mAttrList ( mpAttrList );
......
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