commit | a7ebffef660c2c83590798e0f1acceb9001ff92c | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun Jan 03 19:54:11 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 03 20:35:45 2021 +0100 |
tree | 47c12ac1e6c33d1f1416bd80079282d61f8f2270 | |
parent | 5e8c35da1b93b64ec4892192aec3d61d73b3bbce [diff] |
BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails This patch fixes GitHub issue #1023. The function was introduced in commit 99c453d ("MEDIUM: ring: new section ring to declare custom ring buffers."), which first appeared in 2.2-dev9. The fix should be backported to 2.2+.