Files
semi-libc/src
Rich Felker ad795d56ba fix spurious undefined behavior in getaddrinfo
addressing &out[k].sa was arguably undefined, despite &out[k] being
defined the slot one past the end of an array, since the member access
.sa is intervening between the [] operator and the & operator.
2019-02-20 17:58:21 -05:00
..
2018-09-12 14:34:37 -04:00
2018-09-12 14:34:37 -04:00
2018-10-10 16:15:51 -04:00
2018-09-12 14:34:37 -04:00
2018-10-15 14:45:28 -04:00
2018-09-20 17:57:47 -04:00
2018-06-19 13:24:05 -04:00