commit | fe40bfa2e1b913e24d6b8374fd83a19d00ad7c1c | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sun Dec 18 15:40:17 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jan 02 18:37:54 2012 +0400 |
tree | a804e85ac21df3fa613be8fed54f2c6cff830459 | |
parent | 733cd9e5792648de50da3c00805aacb51cb27048 [diff] |
lib: address type-punned pointers in prefix_same() IPV4_ADDR_SAME() wasn't passed the right union member, this could cause a bug due to strict-aliasing. IPV6_ADDR_SAME() case got its fix before the error could be created by macro upgrade.