Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7725]: add nil checks for events processing
The root cause behind of FAB-7725 is the fact that while dereferencing certain fields after their desirialized, there is no proper check for nil values, which might cause peer to crash once malstructured message appears. This commit adds additional check as well as UT to cover the issue described in FAB-7725. Change-Id: I6b35aa6e62992a3e74e4b992d251675dc326f00f Signed-off-by: Artem Barger <bartem@il.ibm.com>
- Loading branch information