PointCloudLibrary/pcl

Check if read succedded before reading again/allocating memory

开放

#3,606 创建于 2020年1月29日

 (16 条评论) (0 个反应) (0 位负责人)C++ (4,506 个派生)batch import
good first issuehelp wantedkind: bugneeds: pr merge

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

Your Environment

  • PCL Version: HEAD

Context

Bad parsing is inevitable, specially if operations are performed on read data without validation

Expected Behavior

Graceful error detection

Current Behavior

Files: 273 instances. One sample provided:

Possible Solution

Sanity checks on input stream after reading before allocating memory

贡献者指南