inclusive-design / AChecker

Automated interactive Web content accessibility checker.
https://achecker.ca
GNU General Public License v2.0
69 stars 61 forks source link

This commit adds a check to limit the amount of html code you will evaluate #43

Closed tassoman closed 6 years ago

tassoman commented 10 years ago

This pull request is related to issue #42

tassoman commented 10 years ago

I agree with you that 'NO_ENOUGH_MEMORY' could be not exactly but doesn't needs any new SQL statement that would need the translation of another new string.

Forgive me when I said "late" but in the case of checker/index.php that is procedural code, it's really run 'before' than validate() method. So I would mean 'sooner'.

You can see here in the code: you check for memory availability before, then run validation() method, that eats all the :cake: memory that in case of too much input by the user it broke.

cindyli commented 6 years ago

Closed due to inactivity.