pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-28
2008-05-28 20:15:57 by Martin Stjernholm <mast@lysator.liu.se>
a70d649d7d4cd9410d4cf64a9075ba92602d91c1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Improved robustness in low_backtrace.
Rev: src/builtin.cmod:1.200
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin.cmod,v 1.
199
2008/05/
03
15:
29:24
nilsson
Exp $
+
|| $Id: builtin.cmod,v 1.
200
2008/05/
28
20:
15:
57
mast
Exp $
*/ #include "global.h"
1638:
stack_top - f->locals)); INT32 varargs = 0;
-
if(of) {
+
if(of
&& of->locals
) {
/* f->num_args can be too large, so this is necessary for some * reason. I don't know why. /mast */ numargs = DO_NOT_WARN((INT32)MINIMUM(f->num_args,of->locals - f->locals));