• Morris Jette's avatar
    Fix infinite loop for one byte config file · 3820cf2e
    Morris Jette authored
    Problem reported by BYU. slurm.conf included a file one byte in
    length. Logic created a buffer one byte long and used fgets()
    to read the file. fgets() reads one byte less than the buffer
    size to include a trailing '\0', so it fails to read the file.
    3820cf2e
To find the state of this project's repository at the time of any of these versions, check out the tags.