Try to compile umdns with gcc10 and it will break with following error:
service.c:240:10: error: 'strcpy' offset 6 from the object at 'b' is
out of the bounds of referenced subobject 'name' with type 'uint8_t[]'
{aka 'unsigned char[]'} at offset 6 [-Werror=array-bounds]
openwrt-bot commentedJul 18, 2020
PolynomialDivision:
Try to compile umdns with gcc10 and it will break with following error:
service.c:240:10: error: 'strcpy' offset 6 from the object at 'b' is
out of the bounds of referenced subobject 'name' with type 'uint8_t[]'
{aka 'unsigned char[]'} at offset 6 [-Werror=array-bounds]
More detailed error:
berlin-open-wireless-lab/DAWN#109 (comment)
The text was updated successfully, but these errors were encountered: