Attention is currently required from: laforge.
1 comment:
Commit Message:
The format string "%u < %u <= %u" was printed with arguments
(min_len, data->len, max_len), placing the offending length in
the middle and mislabeling it. This is confusing. Let's print
the actual length followed by the expected interval instead.
Hm, I actually think it's quite obvious the way it was. […]
I do not insist on merging this patch, but I find the current error message confusing. It says "Implausible data length" and then gives the expected value boundaries, that are not 100% accurate. Specifically, the min length `%u < %u` - it should actually be `%u <= %u`.
To view, visit change 42838. To unsubscribe, or for help writing mail filters, visit settings.