Skip to content

Commit dc76d0b

Browse files
committed
ATRONIX: Shut off a coverity complain about the unintialized var
(cherry picked from commit 8498b25)
1 parent 58d59c3 commit dc76d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/t-gob.c

+2
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,8 @@ const REBCNT Gob_Flag_Words[] = {
723723
gob = VAL_GOB(val);
724724
index = VAL_GOB_INDEX(val);
725725
tail = GOB_PANE(gob) ? GOB_TAIL(gob) : 0;
726+
} else if (!(IS_DATATYPE(val) && action == A_MAKE)){
727+
Trap_Arg(val);
726728
}
727729

728730
// unary actions

0 commit comments

Comments
 (0)