Gas forwarded by the CurveGaugeDistributor could be limited to further prevent OOG
Description:
CurveGaugeDistributor::distributeRewardsToGauge() calls the external contract without limiting the gas sent, which could lead to OOG in case it becomes malicious.
Recommended Mitigation:
To prevent this, ExcessivelySafeCall can be used.