Bug #57562 | Strict aliasing warning in vio_get_normalized_ip_string() | ||
---|---|---|---|
Submitted: | 19 Oct 2010 10:58 | Modified: | 1 Dec 2022 10:24 |
Reporter: | Magnus Blåudd | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.5.7-rc | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[19 Oct 2010 10:58]
Magnus Blåudd
[19 Oct 2010 11:01]
Davi Arnaut
Strict aliasing violations are being aggregated in Bug#42733. Also, the union trick only works on a couple of compilers, its not standard. The right fix is a simple cast to void...
[19 Oct 2010 11:03]
Davi Arnaut
if the socket structure is being cast back to the right type.
[21 Oct 2010 15:34]
Sveta Smirnova
Thank you for the report. Verified as described.
[1 Dec 2022 10:24]
Magnus Blåudd
Posted by developer: Warning has been fixed since long, closingin mysql-trunk