in reply to Re: ActivateState crasher
in thread ActivePerl crasher
Sure, the cause of the buffer overflow is obvious - there are limits on the length of path names and path name components. But, unlike on Unix, the potential error was nowhere checked or trapped, leading to the potential for exploits.
In this case Perl should definitely have a platform specific length check to avoid the bugginess of the underlying API leading to possible exploits in Perl code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: ActivateState crasher
by BrowserUk (Patriarch) on May 18, 2004 at 02:20 UTC | |
by tilly (Archbishop) on May 18, 2004 at 05:34 UTC | |
|
Re: ActivateState crasher
by jonadab (Parson) on May 18, 2004 at 22:19 UTC | |
by tilly (Archbishop) on May 19, 2004 at 01:38 UTC |