[MDEV-19510] Issue with: sql/wsrep_mysqld.cc : ip_len Created: 2019-05-17 Updated: 2020-11-02 Resolved: 2019-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | compile, foundation | ||
| Environment: |
AIX |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Line of sql/wsrep_mysqld.cc :
is preprocessed (gcc -E) as:
where "ip_len" becomes: ip_ff.ip_vhltl.ip_x.ip_xlen , which is wrong and breaks. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2019-06-12 ] |
|
I do not have access to AIX to test this but I do not follow how size_t const ip_len can become size_t const ip_ff.ip_vhltl.ip_x.ip_xlen ? In my understanding with that definition ip_len should be size_t type. |
| Comment by Anel Husakovic [ 2019-11-29 ] |
|
Pushed with ad5b7b157b43a |