intel / node-realsense

MIT License
24 stars 21 forks source link

[checkmarx] Use of Uninitialized Variable -- size_ in frame_data_assembler.h #84

Open haoyunfeix opened 7 years ago

haoyunfeix commented 7 years ago

Code Snippet File Name /node-realsense-0.6.0/src/common/frame_data_assembler.h Method int32t size; .... 99. int32_t size_; File Name /node-realsense-0.6.0/src/common/frame_dataassembler.h Method void SetData(rs::stream stream, int width, int height, rs::format format, .... `46. } else if (size != size) {`


See issue-2 in the report for details.