pike.git/
src/
las.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2021-04-02
2021-04-02 12:44:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
cc2e1660fbe7863427de4cbbfe13073625916619 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Compiler
[Typechecker]
: Fixed NULL-deref on specific syntax error.
Fixes [LysLysKOM 24260957].
3845:
f = ret; }
-
if (f) {
+
if (f
&& CAR(n
)
)
{
/* Check that the returned type is compatible with the * variable type. */