simplified Error Code like this:define point *p;and in the code of if(!p||p->sth),it...
In my code:just record ”switch(){}“ for sth to do,and it is ok and I never mind this...
Template:for (; section_ir_end != section_ir; ++ section).I can't understand what...
int main(argv,arcgc){int initialArgv;balbala……return &initialArgv} The program ends...
Code like this:if (number!=0){…………;number=iTotal;if (number!=0){}}.it is right to...
Code below:if (a>=Max){if (a>Max)}.But it reports me that same condition issue.
"This was a bit confusing to show me here is a kind of Unconditional Break in loop...
"This was a bit confusing to show me here is a kind of Unconditional Break in loop...
"It shows me that the var is not initialized and locate the code like this : int...
" Description:It tells me that “missing break in switch case”.But It is an entry...
"It is useful to find debugs in my code,especially for debugging the type of nullpoint...
"When I scan my code with SI_Scan in my IDE,I found I misdescription for nullpoint...
"while((p=fun())!=NULL) { if(condition) { if(p){ delete p; p=NULL;//bad point dereference...
Code:p->sth;p=xxx;if(p==NULL){…MyCOde…}; if(p==NULL) is necessary to check because...
It is useful to help me to check the nullpoint for debugging.And I found a bad report...
A bug reports for the situation of the three element expression with point *p;Samplified...
simplified Error Code like this:define point *p;and in the code of if(!p||p->sth),it...
In my code:just record ”switch(){}“ for sth to do,and it is ok and I never mind this...
In my code:just record ”switch(){}“ for sth to do,and it is ok and I never mind this...
In my code:just record ”switch(){}“ for sth to do,and it is ok and I never mind this...
In my code:just record ”switch(){}“ for sth to do,and it is ok and I never mind this...
Template:for (; section_ir_end != section_ir; ++ section).I can't understand what...
int main(argv,arcgc){int initialArgv;balbala……return &initialArgv} The program ends...
Code like this:if (number!=0){…………;number=iTotal;if (number!=0){}}.it is right to...
Code below:if (a>=Max){if (a>Max)}.But it reports me that same condition issue.
"This was a bit confusing to show me here is a kind of Unconditional Break in loop...
Add your bug report here。 And We will debug as soon as possible. eg: 1.. biaotooth...
This was a bit confusing to show me here is a kind of Unconditional Break in loop...
It shows me that the var is not initialized and locate the code like this : int iLoopCnt...
It tells me that “missing break in switch case”.But It is an entry of exit in my...
Thank you.Your analysis sounds right. It is a false positive.We will fixed it in...
It is useful to find issues in my code,especially for debugging the type of nullpoint...
It is useful to find issues in my code,especially for debugging the type of nullpoint...
It is useful to find debugs in my code,especially for debugging the type of nullpoint...
if(!p ) { //no return } else if(p->xx) { } I want to exclude this in deference after...
When I scan my code with SI_Scan in my SourceInsight,I found I misdescription for...
You can give me a message or left your advice here~
Home
1、once when I finished a part of coding ,I used the sourceinsight scan to check my...
Home