Skip to content
Snippets Groups Projects
Commit 2fabb10e authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Merge branch 'slurm-18.08'

parents 9f93cbed 7509c7a1
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,13 @@ documents those changes that are of interest to users and administrators. ...@@ -74,6 +74,13 @@ documents those changes that are of interest to users and administrators.
-- Make it so we set the alloc_node in a resource allocation based on the auth -- Make it so we set the alloc_node in a resource allocation based on the auth
plugin instead of the rpc call. plugin instead of the rpc call.
   
* Changes in Slurm 18.08.6
==========================
* Changes in Slurm 18.08.5-2
============================
-- Fix Perl build for 32-bit systems.
* Changes in Slurm 18.08.5 * Changes in Slurm 18.08.5
========================== ==========================
-- Backfill - If a job has a time_limit guess the end time of a job better -- Backfill - If a job has a time_limit guess the end time of a job better
...@@ -605,6 +612,10 @@ documents those changes that are of interest to users and administrators. ...@@ -605,6 +612,10 @@ documents those changes that are of interest to users and administrators.
* Changes in Slurm 17.11.14 * Changes in Slurm 17.11.14
=========================== ===========================
   
* Changes in Slurm 17.11.13-2
=============================
-- Fix Perl build for 32-bit systems.
* Changes in Slurm 17.11.13 * Changes in Slurm 17.11.13
=========================== ===========================
-- Add mitigation for a potential heap overflow on 32-bit systems in xmalloc. -- Add mitigation for a potential heap overflow on 32-bit systems in xmalloc.
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#endif #endif
extern void slurm_xfree(void **, const char *, int, const char *); extern void slurm_xfree(void **, const char *, int, const char *);
extern void *slurm_xmalloc(size_t, bool, const char *, int, const char *); extern void *slurm_xmalloc(uint64_t, bool, const char *, int, const char *);
extern void slurm_api_clear_config(void); extern void slurm_api_clear_config(void);
......
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