Closed
Bug 930869
Opened 11 years ago
Closed 11 years ago
path testing
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: g.suman15, Unassigned)
Details
Attachments
(1 file)
108 bytes,
text/x-csrc
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1 (Beta/Release)
Build ID: 20120614114901
Steps to reproduce:
#include<stdio.h>
#include<conio.h>
void main()
{
int i=0,n=5,k;
k=n/i;
printntf("the output%d",k);
}
Actual results:
abnormal termination
Expected results:
i should get some output
Comment 1•11 years ago
|
||
Please do not play in bugzilla.mozilla.org. It is a production bug tracking
system used by the mozilla community to support development of Firefox and
other projects used by hundreds of millions of people. You add noise and
annoyance playing here. If you want to learn how to use bugzilla, please use
our testing environment on landfill.bugzilla.org.
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•