On 19.04.2016 19:01, Relja Ljubobratovic wrote:
[1] https://github.com/ljubobratovicrelja/dcv

You've got a bad @trusted here:

https://github.com/ljubobratovicrelja/dcv/blob/3b7e4908bfb535536f4b71862239ee071d22461d/source/dcv/core/algorithm.d#L23

You're trusting Range's empty, front, and popFront, but they may be unsafe. You're also trusting arbitrary code that's passed in via comparator.

Reply via email to