- 20 Dec, 2016 7 commits
-
-
Morris Jette authored
This bug, reported by Coverity, could result in memory corruption
-
Morris Jette authored
-
Morris Jette authored
Fix 3 possible memory leaks Fix 1 possibly unterminated string Prolems reported by Coverity
-
Morris Jette authored
This isn't a real problem as the process does an exec right afterwards, but this change should make a Coverity error go away.
-
Morris Jette authored
Two memory leaks Invalid pointer use (function returning integer rather than pointer) Out of bounds memory reference Problems reported by Coverity
-
Morris Jette authored
Reported by Coverity
-
Morris Jette authored
Problem reported by Coverity, "description" never set, but tested and xfreed.
-
- 19 Dec, 2016 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix 7 memory leaks in slurmdb archive functions in error handling logic. Problems reported by Coverity.
-
Morris Jette authored
-
Morris Jette authored
This commit should be part of b5f621d0 when the man page was removed
-
Morris Jette authored
-
Morris Jette authored
Fix memory and file descriptor leaks in slurmd daemon's sbcast logic.
-
- 17 Dec, 2016 2 commits
-
-
Morris Jette authored
Also remove some redundant logic, a redundant variable, and speed things up a bit. Problem reported by Coverity.
-
Morris Jette authored
Commit a7e57002 introduced a bug where a variable was freed before possible use in an error message. This is now fixed.
-
- 16 Dec, 2016 22 commits
-
-
Danny Auble authored
The part_ptr is sent into the function, there is no reason to look it up again. Coverity reported this.
-
Tim Wickberg authored
_delete_part_record() should use list_flush rather than relying on the "universal_key" to clear out the partition list.
-
Ben Matthews authored
-
Tim Wickberg authored
Print debug messages instead of causing the config parser to fail.
-
Tim Wickberg authored
No change in security posture, except that unauthorized users could generate additional verbose() warnings.
-
Tim Wickberg authored
Replace some of these getuid() calls used for security checks with validate_slurm_user() instead. Replace uid 0's in job_complete with correct slurmctld_conf.slurm_user_id
-
Morris Jette authored
Fix for defining a buffer and possibly not having it NULL terminated after a copy. Problem reported by Coverity.
-
Morris Jette authored
If hostlist token exceeded 1024 bytes then a buffer could overflow. This change also eliminates a buffer copy for better performances. Problem reported by Coverity.
-
Morris Jette authored
-
Tim Wickberg authored
This reverts commit 749420cf.
-
Tim Wickberg authored
-
Tim Wickberg authored
TravisCI uses 2-cpu nodes, so this causes the test to fail as a suitable node cannot be found.
-
Alejandro Sanchez authored
17.02 API has been changed so that node Port parameter is now packed and unpacked on REQUEST_NODE_INFO RPC. 'scontrol write config' is now able to write the Port on each of the node lines in the output file. Same way, 'scontrol show node' now displays the Port parameter too. 'sinfo' is able to display the Port through -o "%j" or the -O "port" sinfo format string. Default --long --Node sinfo output now includes the PORT too and sinfo is also able to sort ascending/descending by Port through -S +/-j. sinfo man page has been update accordingly. 'sview' also displays the Port when displaying the full node information. Update of the Port parameter is not supported through the clients. Bug 3240
-
Tim Wickberg authored
Move STEP_FLAG to slurmctld.h so it can be used in step_mgr.c.
-
Tim Wickberg authored
-
Tim Wickberg authored
Remove req_node_layout, which was only used with wiki/wiki2. This leads to removal of _get_cpu_cnt() as well. Remove SchedulerPort, only used for communication to Moab/Maui. Remove slurm_get_sched_port() from API. Remove schedport from slurm_ctl_conf struct.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Plugins are deprecated and will be removed in 17.02.
-
Tim Wickberg authored
-
Morris Jette authored
bug 2161
-
- 15 Dec, 2016 3 commits
-
-
Morris Jette authored
burst_buffer/cray - Remove leading zeros from node ID lists passed to dw_wlm_cli program. bug 3008
-
Danny Auble authored
version is lower than the min version, set it to the min. Bug 3050
-
Morris Jette authored
bug 1752
-