Commit f7cbca1
Fix: invalid write in MotionConn when motion type is explicit redistribute motion
In the `GetMotionSentRecordTypmod` method, `MotionConn` is not call the CAST function,
but directly accessed the object by index, which causes an invalid read inside array.1 parent bc7011b commit f7cbca1
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
| 544 | + | |
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
| |||
0 commit comments