Skip to content
Snippets Groups Projects
Commit cfcfacd8 authored by Moe Jette's avatar Moe Jette
Browse files

Increase size of buffer to write job select plugin info to (from 80

to 128 bytes) to prevent truncation.
parent 31d6b3d2
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ extern void ...@@ -78,7 +78,7 @@ extern void
slurm_print_job_info ( FILE* out, job_info_t * job_ptr, int one_liner ) slurm_print_job_info ( FILE* out, job_info_t * job_ptr, int one_liner )
{ {
int j; int j;
char time_str[16], select_buf[80]; char time_str[16], select_buf[128];
struct group *group_info = NULL; struct group *group_info = NULL;
/****** Line 1 ******/ /****** Line 1 ******/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment