]> granicus.if.org Git - sudo/commit
Sync the "cache hit" debug messages with the "cached" debug messages.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 May 2016 14:55:21 +0000 (08:55 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 May 2016 14:55:21 +0000 (08:55 -0600)
commita152afaeb538db6785c1170377e40dad62546f2f
treefd9c80f53e2825f1a17407e3c0eb95ac317a3a90
parent9d5c6fbd64e196b2c9c298a93545b0d685b7feb6
Sync the "cache hit" debug messages with the "cached" debug messages.
This fixes a bug where we could dereference a NULL pointer when we
look up a negative cached entry which is stored as a NULL passwd
or group struct pointer.  Bug #743.
plugins/sudoers/pwutil.c