http://www.perlmonks.org?node_id=760474


in reply to Re^9: elsif chain vs. dispatch
in thread elsif chain vs. dispatch

Accidentally, sure. But a intentionally, you have a DOS attack. That's why the fix is called a security fix.

I am not a Windoze fan. Microsoft calls "security fixes" O/S updates or O/S upgrades. I don't know what you mean by "DOS attack"?

update: mis-interpreted a previous post caused by just missing an update on the thread.

Replies are listed 'Best First'.
Re^11: elsif chain vs. dispatch
by Your Mother (Archbishop) on Apr 28, 2009 at 00:16 UTC
Re^11: elsif chain vs. dispatch
by ikegami (Patriarch) on Apr 28, 2009 at 00:16 UTC

    Denial-of-Service attack. An attack that degrades the availability of a service. It was possible to intentionally trigger the degenerate case, and thus it could have been possible cause a service to spend a lot of time doing nothing.

    Take for example a caching proxy written in Perl. By placing requests for carefully crafted urls, it could have been possible to negatively affect the performance of the proxy.

    At no cost, the fix in 5.8.1 prevents this from happening.

    ( In no way does the OP have to worry about any of this )