From: Robert Varga Date: Mon, 4 Sep 2017 20:38:11 +0000 (+0200) Subject: Add an explicit null data check X-Git-Tag: release/oxygen~106 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=ee013d68ef799361ba9cdb0dfa5d8af5ece3d48a;hp=ee013d68ef799361ba9cdb0dfa5d8af5ece3d48a;p=controller.git Add an explicit null data check We have observed restconf attempting to put null data into a path, leading to an implicit NPE without any explanation. Add an explicit guard to catch such attempts. Change-Id: I2e2125b04782d4f1c050d0aeb72161158da28c9f Signed-off-by: Robert Varga ---