]> granicus.if.org Git - ipset/commit
Fix invalid assignment to const void pointer
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 4 May 2012 20:06:50 +0000 (22:06 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Sun, 6 May 2012 20:10:14 +0000 (22:10 +0200)
commita9dcf6937ede801effaf64f03470fa838246278b
tree6ca80812bacfe8ca9e34c345bc0b88f964f08894
parent8bb3abe5e008062730548f66d0c3df3c5390bd0f
Fix invalid assignment to const void pointer

gcc 4.7 and above ignore such assignments which leads to a broken
ipset binary (bug reported by Seblu).
lib/session.c