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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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