pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-17
1998-07-17 06:19:50 by David Hedbor <david@hedbor.org>
32fd4508bd018642f1ff82d8a6d59f21a81a9a5c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a FMR (Free Memory Read) in f_everynth.
Rev: src/builtin_functions.c:1.116
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
115
1998/07/
15
20
:
16
:
47
hubbe
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
116
1998/07/
17
06
:
19
:
50
neotron
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2864:
for(k=0; start<size; start+=n) assign_svalue_no_free(a->item+(k++), ina->item+start);
-
pop_n_elems(args);
+
a->type_field=ina->type_field;
-
+
pop_n_elems(args);
push_array(a); return; }