-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
At this position in the code, an attempt was made to write the value of job->jobId.
However, the variable job was initially defined as NULL, and there was no valid definition before it was output here, thus resulting in a null pointer.
Line 928 in 237c525
| CronJob *job = NULL; |
Line 963 in 237c525
| job->jobId))); |
Set the parameter cron.enable_superuser_jobs to false and set the owner of the newly created task to the user with superuser permissions to trigger coredump.
Metadata
Metadata
Assignees
Labels
No labels