Branch: Tag:

2021-04-02

2021-04-02 12:44:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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.    */