PointCloudLibrary/pcl

Check if read succedded before reading again/allocating memory

Open

#3 606 ouverte le 29 janv. 2020

Voir sur GitHub
 (16 commentaires) (0 réactions) (0 assignés)C++ (4 506 forks)batch import
good first issuehelp wantedkind: bugneeds: pr merge

Métriques du dépôt

Stars
 (9 023 stars)
Métriques de merge PR
 (Merge moyen 8j 7h) (3 PRs mergées en 30 j)

Description

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

Guide contributeur