search for: curenv

Displaying 4 results from an estimated 4 matches for "curenv".

Did you mean: curent
2007 Nov 13
1
`eval' and environment question
...function () { a <- 1 x <- 1 model <- y ~ a * x fitfunc <- deriv(model[[3]], c("a"), c("a", "x")) call.fitfunc <- c(list(fitfunc), as.name("a"), as.name("x")) call.fitfunc <- as.call(call.fitfunc) curenv <- environment() cat(" eval(call.fitfunc)\n") r1 = eval(call.fitfunc) str(r1) cat(" eval(call.fitfunc, envir = curenv)\n") r2 = eval(call.fitfunc, envir = curenv) str(r2) cat(" eval(call.fitfunc, envir = parent.frame())\n") r3 = eval(call....
2003 Nov 12
2
[Bug 757] KRB5CCNAME inherited from root's environment under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=757 Summary: KRB5CCNAME inherited from root's environment under AIX Product: Portable OpenSSH Version: -current Platform: PPC OS/Version: AIX Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org
2003 Sep 17
0
Fwd: [Full-Disclosure] Sendmail 8.12.9 prescan bug (a new one) [CAN-2003-0694]
...{ >+ if (p > addr) >+ p--; > *delimptr = p; >+ } > CurEnv->e_to = saveto; > return NULL; > } > >-- >------------------------- bash$ :(){ :|:&};: -- > Michal Zalewski * [http://lcamtuf.coredump.cx] > Did you know that clones never use mirrors? >-----...
1996 Nov 17
5
Sendmail 8.8.2 exploit.
Hm, look what I got hold of today.. Works if sendmail is mode 4111 or similar: #! /bin/sh # # # Hi ! # This is exploit for sendmail smtpd bug # (ver. 8.7-8.8.2 for FreeBSD, Linux and may be other platforms). # This shell script does a root shell in /tmp directory. # If you have any problems with it, drop me a letter. #