Bug 778 - missing #ifdef HAVE_STDBOOL_H plugins/sudoers/rcstr.c
missing #ifdef HAVE_STDBOOL_H plugins/sudoers/rcstr.c
Status: RESOLVED FIXED
Product: Sudo
Classification: Unclassified
Component: Sudo
1.8.19
PC Linux
: low normal
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-10 11:46 MST by Philip Brown
Modified: 2017-05-10 10:34 MDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.