Actions
Bug #3858
closedNetwork::isValidCidr throws with large integers
Start date:
Due date:
% Done:
100%
Estimated time:
Description
boost::lexical_cast<int>
throws if the number cannot be represented in the target type, for example with strings like "192.168.0.0/999999999999". However, there is no try/catch
around its invocation.
Updated by Davide Pesavento about 8 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Davide Pesavento about 8 years ago
- Status changed from Code review to Closed
Actions