virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Arrays_Simulation #525

Open pranav-kirsur opened 5 years ago

pranav-kirsur commented 5 years ago

Defect Description: In the 2-D array simulation, on inserting a large value for the matrix size, the page crashes.

Steps to reproduce the issue: Go to the experiment list, and select the array experiment . Then, select 2-D array. Go to the simulation part and give matrix row and column size as a very large positive number.

Expected Result: The simulation should not proceed if size is greater than some specific value.

Actual Result: The page crashes.

image

pranav-kirsur commented 5 years ago

Fixed Commit ID : c3bbd7fd3d51321f09edd751e93ac0d09f744aae

DevikaBoddu commented 5 years ago

Valid fix @pranav-kirsur