Files
bullet3/examples
vabr-g e4963f73f2 Fix a null dereference in UrdfParser
When the parser sees no <inertial> tag inside a <deformable>, it logs an error but does not return false. So in the next step, a null pointer is dereferenced.

This can be tested with loading the following URDF:
```
<?xml version="1.0"?>
<robot name="rhythm_carrot_sticks">
  <deformable name="bag">
  </deformable>
</robot>
```
2021-03-01 21:21:11 +01:00
..
2020-02-14 12:07:39 +01:00
2021-01-17 23:42:28 -08:00
2021-02-08 08:06:16 -08:00
2020-07-13 14:45:23 -07:00
2020-10-27 13:38:01 -07:00
2020-03-22 11:58:39 -07:00