commit | 77eb9b8a2d9a9b57b6f60c22a3d0203bbd7a936d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 19 11:29:06 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 19 13:25:11 2010 +0100 |
tree | 922ff678e8d27c003300d8c8bed4bb23452bd0d5 | |
parent | f70fc75296aa899baac390a21a4ddbcb135f4b67 [diff] |
[BUG] appsession: fix possible double free in case of out of memory In out of memory conditions, the ->destroy function would free all possibly allocated pools from the current appsession, including those that were not yet allocated nor assigned, which used to point to a previous allocation, obviously resulting in a segfault. (cherry picked from commit 75eae485921d3a6ce197915c769673834ecbfa5c)