mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-04 11:25:44 +08:00
![google-labs-jules[bot]](/assets/img/avatar_default.png)
The bug was caused by the decoder not properly handling cases where an invalid number of points was provided. The fix ensures that a negative number of points is not possible. It also ensures that the number of faces is valid. A new test, , was added to verify the fix.