Branch: Tag:

2000-02-10

2000-02-10 09:18:11 by Per Hedbor <ph@opera.com>

Hide argv from backtraces

Rev: server/base_server/roxen.pike:1.422
Rev: server/base_server/roxenloader.pike:1.139

5:    */      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.421 2000/02/10 04:16:44 nilsson Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.422 2000/02/10 09:18:11 per Exp $";      object backend_thread;   ArgCache argcache;
3060:      program slowpipe, fastpipe;    - int main(int argc, array argv) + int main(int argc, array tmp)   { -  +  array argv = tmp; +  tmp = 0; +     mkdirhier("precompiled/"+ uname()->machine+"."+uname()->release+"/");    slowpipe = ((program)"slowpipe");    fastpipe = ((program)"fastpipe");