virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Search-Trees_Simulation #95

Open tirth7777777 opened 5 years ago

tirth7777777 commented 5 years ago

Defect Description:Buffer Overflow occurs Steps to reproduce:1.Go to data structures Lab 2.Click on Search Trees Experiment(5th Experiment). 3.Click on simulation. 4.Click on "search trees" written in blue color. 5.Now insert 4,then 10^12. Expected Result:-10^12 should be inserted as the rightchild of 4. Actual result:Buffer overflow occurs and a negative number is inserted screenshot from 2019-03-04 22-41-04