mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Prior to this fix, when matching addresses using mask, extra bits could be used for comparison, e.g to match with "a.b.c.d/24" , 27 bits were compared rather than 24. The patch fixes the calculation.
14 KiB
14 KiB