commit | 48b608026b7c0d55a55b9746179542c7d524e84a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 19 17:47:18 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 19 19:25:13 2021 +0100 |
tree | 11940fcc18263be8488bfaaa04a61a41b752e7aa | |
parent | cafe15c743f6bc1a9e624939e1851f215645e4f2 [diff] |
MINOR: shctx: add a few BUG_ON() for consistency checks The shctx code relies on sensitive conditions that are hard to infer from the code itself, let's add some BUG_ON() to verify them. They helped spot the previous bugs.