mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Bump SUDO_CONV_REPL_MAX from 255 to 1023
This commit is contained in:
@@ -58,7 +58,7 @@ struct sudo_conv_message {
|
||||
* for memset_s() when clearing passwords returned by the conversation
|
||||
* function.
|
||||
*/
|
||||
#define SUDO_CONV_REPL_MAX 255
|
||||
#define SUDO_CONV_REPL_MAX 1023
|
||||
|
||||
struct sudo_conv_reply {
|
||||
char *reply;
|
||||
|
Reference in New Issue
Block a user