Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9pfs/proxy: Check return value of proxy_marshal()
This should always successfully write exactly two 32-bit integers. Make it clear with an assert(), like v9fs_receive_status() and v9fs_receive_response() already do when unmarshalling the same header. Fixes: Coverity CID 1438968 Reviewed-by: Christian Schoenebeck <[email protected]> Message-Id: <[email protected]> Signed-off-by: Greg Kurz <[email protected]>
- Loading branch information