parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

exec/cgi -> binary

VVF 14.10.2005 15:06

Здравствуйте!

Какие планы насчет исправления бага с падением при передаче из cgi бинарных данных?

1.html
---
^file::cgi[1.cgi]
---

1.cgi
---
#!/usr/bin/perl

print "Content-type: application/octet-stream\n\n";

binmode(STDOUT);
for(0..255){
printf("%c", $_);
}
---

>parser3 1.html
CORD_cat_char_star(,y,) y==""

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.