mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 08:15:15 +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
|
* for memset_s() when clearing passwords returned by the conversation
|
||||||
* function.
|
* function.
|
||||||
*/
|
*/
|
||||||
#define SUDO_CONV_REPL_MAX 255
|
#define SUDO_CONV_REPL_MAX 1023
|
||||||
|
|
||||||
struct sudo_conv_reply {
|
struct sudo_conv_reply {
|
||||||
char *reply;
|
char *reply;
|
||||||
|
Reference in New Issue
Block a user