Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate the buffer_ of CustomServiceRequest object before using it to (
#210) instantiate class Cdr Before we are going to instantiate the fastcdr::Cdr class by using the member variable buffer_ of class CustomServiceRequest, we must ensure that the buffer_ can not be nullptr. This patch implements the validation. Fix #209
- Loading branch information