- Jun 10, 2016
-
-
Morris Jette authored
-
Morris Jette authored
Make sure strings are NULL terminated. Prolems reported by Coverity
-
Tim Wickberg authored
Value is set in call to _next_block(). Initialize to zero to silence the false warning.
-
Morris Jette authored
-
Morris Jette authored
This adds support for burst buffer re-issue of pre-load operation when slurmctld restarts with job in configuring state. Also copy NEWS item to v16.05.
-
Morris Jette authored
Prevent job stuck in configuring state if slurmctld daemon restarted while PrologSlurmctld is running. bugs 2789 and 2810
-
Danny Auble authored
can work on a BGAS node. Bug 2806
-
Tim Wickberg authored
Except return 0 if using the -u argument. Bug introduced by addb3574, fix bug 2330 differently while solving bug 2807.
-
Danny Auble authored
of continuously printing the message over and over as the problem will most likely not resolve itself. Bug 2797
-
- Jun 09, 2016
-
-
Morris Jette authored
-
Morris Jette authored
Previous logic would close a bad file pointer, but this corrects the changes in commit: 2268057f
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Another good find by Coverity!
-
Morris Jette authored
Good find by Coverity: pointer returned to data on local function stack. Not every actually used, but a good find anyway.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Contents undefined otherwise
-
Morris Jette authored
FILE descriptor used after close
-
Danny Auble authored
-
Danny Auble authored
hostlist and give the lo and hi of the range back.
-
Danny Auble authored
account or wckey.
-
- Jun 08, 2016
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Danny Auble authored
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
Valgrind's drd tool reported a race condition on a variable, so mutex was added to wrap it. The chances of this causing a problem are nill, but this makes it zero.
-
Morris Jette authored
This modifies code added in Slurm version 16.05 so that it works properly with a change made in version 15.08 with respect to the definition of SLURMSTEPD_MEMCHECK, see commit c4d0d306
-
Tim Wickberg authored
Hopefully resolve Coverity warnings about the %m format, which is managed as part of vxstrfmt.
-