commit | 33af99655eed963ca2f091097566c09a96a75e7c | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 07 17:58:21 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 11 07:43:26 2023 +0200 |
tree | 80c19528df80bf737ca990293febb345909a1bab | |
parent | 768b62857e4822e9e5135bdf23f464ec9515e29d [diff] |
BUG/MEDIUM: cli: Set SE_FL_EOI flag for '_getsocks' and 'quit' commands An applet must never set SE_FL_EOS flag without SE_FL_EOI or SE_FL_ERROR flags. Here, SE_FL_EOI flag was missing for "quit" or "_getsocks" commands. Indeed, these commands are terminal. This bug triggers a BUG_ON() recently added. This patch is related to the issue #2107. It is 2.8-specific. No backport needed.