On 30.06.2015 15:37, Bernhard Übelacker wrote:
Bug #38796:
RegEnumValue currently returns wrong minimum expected data_count when called without proper
value or val_count when the retrieved data (+overhead) exceeds the fixed buffer
variable in RegEnumValue.
This series of patches does following:
- Add tests to cover calls to RegEnumValue without proper value and val_count parameters.
I think it's better to have tests committed first and change all other
places after that.