ajax - Detect Heap Overflow in Javascript -


i work on javascript project.

in project detected application crash when send data in ajax request. in text shield, each time users write character or copy past something, send data patch request back-end. if want trigger crash, send 4 or 5 time 10000 'a' characters.

how detect if crash triggered javascript heap overflow? , how protect memory corruption?

do have example of javascript heap overflow exploit , protection?


Comments

Popular posts from this blog

Angularjs unit testing - ng-disabled not working when adding text to textarea -

sql - invalid in the select list because it is not contained in either an aggregate function -

How to start daemon on android by adb -