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

Prevent potential segfault, clear stray CRON_JOB flag, and emit error().


This can happen if a job from 19.05 set the INVALID_DEPEND job flag and
then ran after upgrading to 20.11 due to the reuse of the bit for the
CRON_JOB flag.

This previous commit fixes this on upgrade, but if a site had already
updated there may still be pending jobs left in with the flag set
waiting to cause a segfault.

Bug 11019.

Co-authored-by: default avatarMichael Hinton <hinton@schedmd.com>
Co-authored-by: default avatarSteve Ford <fordste5@msu.edu>
parent 50750825
No related branches found
No related tags found
Loading
Loading
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