You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, the things Peng "throws at us" are intentionally corrupted PCDs. I have the idea that they're using PCL for their Apollo project and they're "stress testing" PCL against potentially bad inputs from their users.
In the two other bug submissions I worked on, the idea was to detect that the PCD header is malformed as early as possible, abort and return an error, to prevent throwing exceptions down the road. That has been my mindset so far.
Therefore it's not ok let it go all the way up to the "'std::out_of_range'" exception mentioned, assuming that there's of course a way to detect in advance that the file is malformed.
Hi Sergio
Baidu X-Lab found a bug which results in throwing "'std::out_of_range'" exception, please see the attachment for your reference.
bug2.zip
Best,
Peng
The text was updated successfully, but these errors were encountered: