hatchet
hatchet copied to clipboard
Fix invalid memory dereference in `insertTasks` when no step config exists for a task
Description
Do not panic due to invalid memory dereference in insertTasks() when step config does not exist for a task.
Type of change
- [x] Bug fix (non-breaking change which fixes an issue)
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| hatchet-docs | Preview | Comment | Nov 25, 2025 2:59pm | |
| hatchet-v0-docs | Preview | Comment | Nov 25, 2025 2:59pm |
@mrkaye97 ListStepsByIds cases on if the workflow is not deleted and if it is then the respective step config will not be returned.