pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-01-12
2014-01-12 02:07:06 by Tobias S. Josefowitz <tobij@tobij.de>
3635f824cc13883a1c09c59a195fc644358f487c (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
svalue: prevent shift overflow when building typefield
1428:
for(e=0; e<v->size; e++) { check_svalue (ITEM(v) + e);
-
t |=
1 << TYPEOF
(ITEM(v)[e]);
+
t |=
BITOF
(ITEM(v)[e]);
} #ifdef PIKE_DEBUG