gcc 12.1.0 warning when building 5.3.0 added by wasamasa on Wed Jul 27 19:43:05 2022

gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c -Os -fomit-frame-pointer -fPIC -DPIC -DC
_BUILDING_LIBCHICKEN tcp.c -o tcp.o -I. -I./                                                                           
In function ‘stub398’,                                                                                                 
    inlined from ‘f_1379’ at tcp.c:1466:8:                                                                             
tcp.c:190:1: warning: ‘memset’ writing 12 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=
]                                                                                                                      
  190 | memset(addr, 0, sizeof(struct sockaddr_in));
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~