In StakingPool.sol inherets from StakingRewardsPool and minting shares is dependent on _mintShares() internal function in which DEAD_SHARES are minted to address(0).
The issue is that in the code it is subtracted from the _amount received, Hence any amount less than DEAD_SHARES amount will cause the function to revert.
Amounts < DEAD_SHARES will not receive shares
Manual review
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.