On 12/21/2017 01:29 PM, Jakub Jelinek wrote:
> Hi!
>
> If copying a substring without %s from the format string into the
> destination does or might overflow, we try to point the caret at the
> character in the format string that will cause the overflow.
> In the first spot in maybe_warn this is o
On 12/21/2017 01:29 PM, Jakub Jelinek wrote:
Hi!
If copying a substring without %s from the format string into the
destination does or might overflow, we try to point the caret at the
character in the format string that will cause the overflow.
In the first spot in maybe_warn this is only done i
Hi!
If copying a substring without %s from the format string into the
destination does or might overflow, we try to point the caret at the
character in the format string that will cause the overflow.
In the first spot in maybe_warn this is only done if avail_range.min ==
avail_range.max and thus i