2
0
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:
Todd C. Miller
2019-12-13 19:27:39 -07:00
parent 3ec23ad5e1
commit 3a0445af9c

View File

@@ -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;