SecurityManager: Don't access packet after move()
After we call std::move(packet), we can't rely on the contents of 'packet'. So we copy the ones we care about prior to the move(). Test: TreeHugger Change-Id: Ic89e8b13808afebb499161428d0ebfc515ab1239
Loading
Please register or sign in to comment