commit | 7eed92b9653b09f064e827e887c29ee11122b4fe | [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 17:27:44 2012 +0400 |
tree | 967341976629f684906b35f79ae96d7855ef4b0a | |
parent | 45b341f72df6d7dd89133dfd21f43cf1cca74ce5 [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.