- 31 Jan, 2019 16 commits
-
-
Tim Wickberg authored
This reverts commit 2707a9c0.
-
Tim Wickberg authored
A lot of places rely on a zero size (or, after xcalloc conversion, count) resulting in a NULL return, so stop xassert()'ing those cases and avoid jumping to the unpack_error label.
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 6436.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Philip Kovacs authored
Commit 750cc23e changed the signature for slurm_xmalloc, which needs to be mirrored here in slurm-perl.h. Bug 6436.
-
Jason Booth authored
Adds SPRIO_FORMAT env variable, which is equivalent to the -o/--format option. Accounted for the new env var in the test suite. 6063
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 30 Jan, 2019 16 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
And safe_xmalloc and try_xmalloc as well. Change slurm_xcalloc() function signature to indicate whether failure should return NULL or cause a fatal() error. Use that for these new macros.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Use this instead of handling the multiplication ourselves. This lets us check for potential problems from integer overflow, and IMNSHO makes the code look a lot tidier. Rework xmalloc() and xmalloc_nz() macros in terms of slurm_xcalloc(). Bug 6310.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
Force intermediate values to uint64_t to catch the potential overflow. CVE-2019-6438.
-
Tim Wickberg authored
-
Tim Wickberg authored
req->user_name is already filled in ahead of this in _rpc_batch_job().
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 29 Jan, 2019 8 commits
-
-
Danny Auble authored
and was missed. This is no longer needed.
-
Danny Auble authored
# Conflicts: # testsuite/expect/Makefile.am # testsuite/expect/Makefile.in # testsuite/expect/README
-
Nathan Rini authored
Bug 6278
-
Tim Wickberg authored
getgrouplist() is not POSIX, so it varies between platforms.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Add missing stdbool.h include, which was indirect through macros.h.
-