Skip to content

intel/compiler: fix member 'input_vue_map' uninitialized in constructor

Yevhenii Kharchenko requested to merge fix/coverity-1474559 into master

Fix defect CID 1474559 reported by Coverity Scan.

Uninitialized pointer field (UNINIT_CTOR). Non-static class member input_vue_map is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Yevhenii Kharchenko yevhenii.kharchenko@globallogic.com

Merge request reports