Commit 91852a2
committed
emsmdb: fix deref through wrong type in exchange_emsmdb_dispatch
exch/emsmdb/main.cpp:285:14: runtime error: downcast of address which does not
point to an object of type 'ECDOASYNCCONNECTEX_IN'
note: object is of type 'ECDODISCONNECT_IN'
1a 00 00 00 90 1f 80 99 a4 7f 00 00 02 00 00 00 6d 15 a2 59 9e ac 8b 4b 85 d2 fc a7 87 3b 1c e1
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'ECDODISCONNECT_IN'
Fixes: gromox-2.2-125-g64b2fb1e41 parent abe6b02 commit 91852a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
0 commit comments