commit | 931624a00b44f3a885cc3ec443b87dce22132334 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Sep 12 14:55:03 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | 3ee9236805ff8b2552372813a9b967f765ddc5b5 | |
parent | cd5c944ea5819bf852e801a8b6ed0955cc4470e1 [diff] |
BUG/MEDIUM: tasks: Don't forget to decrement task_list_size in tasklet_free(). In tasklet_free(), if we're currently in the runnable task list, don't forget to decrement taks_list_size, or it'll end up being to big, and we may not process tasks in the global runqueue.