hi-
i am using the abyss webserver at the moment.
i went through the process of how a buffer overflow would work in my mind.
i noticed you can limit the size of post data and its limit value is
displayed on the phpinfo page 8mb. so my question is will the post ever be
so
big that it causes the abyss webserver to have a buffer overflow? if not,
why would you check for length of php input data?
i am trying to review my code for security issues. i found some good
articles. i learned to htmlentities($m ydata) before displaying it and
other stuff. i dont feel comfortable about implementing something if
i dont have at least some idea of how it works.
thanks,
jim
i am using the abyss webserver at the moment.
i went through the process of how a buffer overflow would work in my mind.
i noticed you can limit the size of post data and its limit value is
displayed on the phpinfo page 8mb. so my question is will the post ever be
so
big that it causes the abyss webserver to have a buffer overflow? if not,
why would you check for length of php input data?
i am trying to review my code for security issues. i found some good
articles. i learned to htmlentities($m ydata) before displaying it and
other stuff. i dont feel comfortable about implementing something if
i dont have at least some idea of how it works.
thanks,
jim
Comment