mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
This can be called in a delayed manner, so it's possible for m_size to already be at maximum, which results in writing past the end of the array. Instead, just call AppendValue().