]> jfr.im git - solanum.git/commit - authd/providers/blacklist.c
authd/providers/blacklist: fix use after free
authorElizabeth Myers <redacted>
Sun, 27 Mar 2016 04:15:28 +0000 (23:15 -0500)
committerElizabeth Myers <redacted>
Sun, 27 Mar 2016 04:15:28 +0000 (23:15 -0500)
commite43e61f7a79f0d9e2b500622ff42e712f2554e3a
tree2f60896dd88ef4f09bbc0e5b1549f972efe51de1
parentf681e277eb54e48102dcbb307aa49dc9663d6182
authd/providers/blacklist: fix use after free

After calling provider_done, you must *always* assume your auth instance
is freed.
authd/providers/blacklist.c