Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crimson/osd/osd: fix sigsegv caused by reusing the moved objcect
In some case, `m` will be moved and setted nullptr before `m->get_spg()` be called, causing a segmentation fault. Signed-off-by: luo rixin <[email protected]>
- Loading branch information