Search found 5 matches

by Pollux
Mon Mar 28, 2005 11:53 am
Forum: PSP Development
Topic: PSP User agent and Overflow?
Replies: 12
Views: 9413

Thanks for trying :) When you submit several times you might be hitting a limitation of the Javascript engine's garbage collector... It would be best to try to get the highest amount of memory you can allocate in just one run from a freshly rebooted browser (or maybe that's your 11059.2kb?)
by Pollux
Mon Mar 28, 2005 10:45 am
Forum: PSP Development
Topic: PSP User agent and Overflow?
Replies: 12
Views: 9413

And by the way, anybody know if file upload works in the browser too ?
by Pollux
Mon Mar 28, 2005 10:42 am
Forum: PSP Development
Topic: PSP Web Browser crazyness.
Replies: 12
Views: 9727

IceBerg wrote:have the actual developers the only ones that can post in the dev are but open for others to read.
Then it's harder for newcomers to join the dev board, which kinda sucks... I think simply splitting the board (and possibly moving inappropriate topics) would be just as effective.
by Pollux
Mon Mar 28, 2005 10:36 am
Forum: PSP Development
Topic: PSP User agent and Overflow?
Replies: 12
Views: 9413

Honestly don't expect this exploit to work, there are large chances that it will fail ; I do think it would be worth trying though. I don't know if the built-in browser supports getElementById() or CSS, or if it's gonna be sluggish for large input sizes, but have a look at this : <html><body> <scrip...
by Pollux
Mon Mar 28, 2005 4:07 am
Forum: PSP Development
Topic: PSP User agent and Overflow?
Replies: 12
Views: 9413

Hi people, I had a quick look at the libhttp code. It is definitely not free of bugs (although, as pixel mentioned, they did pay a little attention to security issues, and excessively long URLs won't allow exploits). I have not finished reading the source code, but I have found two bugs for now : on...