Bug 778

Summary: missing #ifdef HAVE_STDBOOL_H plugins/sudoers/rcstr.c
Product: Sudo Reporter: Philip Brown <phil>
Component: SudoAssignee: Todd C. Miller <Todd.Miller>
Status: RESOLVED FIXED    
Severity: normal    
Priority: low    
Version: 1.8.19   
Hardware: PC   
OS: Linux   

Description Philip Brown 2017-03-10 11:46:00 MST
This variable check HAVE_STDBOOL_H is already present in config.h
Needs to be used in plugins/sudoers/rcstr.c around
#include <stdbool.h>
Comment 1 Todd C. Miller 2017-03-10 11:49:41 MST
Fixed by https://www.sudo.ws/repos/sudo/rev/dbac86777429
Comment 2 Todd C. Miller 2017-05-10 10:34:43 MDT
Fixed in sudo 1.8.20, available now.