On 03/13/2018 07:21 AM, Arnd Bergmann wrote:
gcc-8 warns about a code pattern that is used in the newly added
test_rhashtable code:
lib/test_rhashtable.c: In function 'print_ht':
lib/test_rhashtable.c:511:21: error: '
bucket[' directive writing 8 bytes into a region of size between 1 and 512
[-
On Tue, Mar 13, 2018 at 3:41 PM, Rasmus Villemoes
wrote:
> On 2018-03-13 14:21, Arnd Bergmann wrote:
>> gcc-8 warns about a code pattern that is used in the newly added
>> test_rhashtable code:
>>
>> lib/test_rhashtable.c: In function 'print_ht':
>> lib/test_rhashtable.c:511:21: error: '
>> bucket
On 2018-03-13 14:21, Arnd Bergmann wrote:
> gcc-8 warns about a code pattern that is used in the newly added
> test_rhashtable code:
>
> lib/test_rhashtable.c: In function 'print_ht':
> lib/test_rhashtable.c:511:21: error: '
> bucket[' directive writing 8 bytes into a region of size between 1 and
gcc-8 warns about a code pattern that is used in the newly added
test_rhashtable code:
lib/test_rhashtable.c: In function 'print_ht':
lib/test_rhashtable.c:511:21: error: '
bucket[' directive writing 8 bytes into a region of size between 1 and 512
[-Werror=format-overflow=]
sprintf(buff, "%s\
4 matches
Mail list logo