- Jan 31, 2019
-
-
Tim Wickberg authored
Run autogen.sh, which picked up one older uncommited change to a comment line in contribs/perlapi/libslurmdb/Makefile.in.
-
Tim Wickberg authored
-
Tim Wickberg authored
The correct printf format for size_t is %zu not %lu.
-
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.
-
Danny Auble authored
Bug 6430
-
Ben Roberts authored
The code to handle it was already there, this just made it so we actually parsed it. Bug 6430
-
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
-
- Jan 30, 2019
-
-
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
-
- Jan 29, 2019
-
-
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
-