From: E. Scott Daniels Date: Tue, 9 Apr 2019 19:59:42 +0000 (+0000) Subject: Fix potential nil pointer error in msg allocation X-Git-Tag: 1.0.31~42 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=61c5ddab38c494eabe80c19d12299094084b5ffa;hp=61c5ddab38c494eabe80c19d12299094084b5ffa;p=ric-plt%2Flib%2Frmr.git Fix potential nil pointer error in msg allocation Header pointer returned by NNG function was not checked for nil value and could result in nil pointer use. Change-Id: Ib30c148c27a0304fe10b85fe2e9cb2a6349ca26e Signed-off-by: E. Scott Daniels ---