This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 0de9d03
committed
libscript: Ensure all members of MCScriptExecuteContext are initialised
Explicitly initialise the `m_operation` and `m_argument_count` members
of `MCScriptExecuteContext`.
This isn't exactly right, because there _isn't_ a suitable default
bytecode opcode.
Coverity-Id: 1379291 parent c4fa2b0 commit 0de9d03
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
0 commit comments