There is no check in _validateVestSchedule() to prevent setting an end date before the start date. This could potentially be dangerous as it could cause an underflow when calculating the unlocked liquidity. 
Note: With the current implementation the underflow is not possible as it would either break, or return the full amount of shares.
Verify that the end time for each vesting is greater than its start time:
