Comment 3 for bug 1842301

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This is a bit more tricky, obviously one should pass the struct and dereference in the target.
But since the source struct changes based on versions between HgfsReplyRead and HgfsReplyReadV3 type that isn't too easy.
I think the next obvious choice is to pass a local var from the top function and then dereference there.