Skip to content

Commit 3b891c1

Browse files
committed
fmt_info_messages: bump info_msgs_size for submitenv
1 parent 77c2582 commit 3b891c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logsrvd/sendlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ fmt_info_messages(const struct eventlog *evlog, char *hostname,
574574
submitenv = fmt_submitenv(evlog);
575575

576576
/* The sudo I/O log info file has limited info. */
577-
info_msgs_size = 14;
577+
info_msgs_size = 15;
578578
info_msgs = calloc(info_msgs_size, sizeof(InfoMessage *));
579579
if (info_msgs == NULL)
580580
goto oom;

0 commit comments

Comments
 (0)