Steve Dickson wrote on 2020/11/08 5:26:
Hello,
I'm getting a build failure on the armv7hl arch
and the i686 arch, which do not make much sense.
The build is [1] and only those arche are complaining about an sprintf()
statement.
The rest of the arches are fine with the statment... %99.9 of the
Steve Dickson wrote:
> So I change the sprintf() to an snprintf() [2] guaranteeing no
> overflow and I got the same failure.
Not quite the same. It still doesn't know how long the string can be,
and so assumes that it can be too long, but after the change it warns
about truncation instead of overf
On 11/7/20 1:38 PM, Orion Poplawski wrote:
> On 11/7/20 1:26 PM, Steve Dickson wrote:
>> Hello,
>>
>> I'm getting a build failure on the armv7hl arch
>> and the i686 arch, which do not make much sense.
>>
>> The build is [1] and only those arche are complaining about an
>> sprintf() statement.
>>
On 11/7/20 1:26 PM, Steve Dickson wrote:
Hello,
I'm getting a build failure on the armv7hl arch
and the i686 arch, which do not make much sense.
The build is [1] and only those arche are complaining about an sprintf()
statement.
The rest of the arches are fine with the statment... %99.9 of th