Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
SHA1: | f5898d0e92f0046a8940ce17f083e36f25c1fe01 |
---|---|
Date: | 2010-06-09 18:47:22 |
User: | nat |
Comment: | condition: bugfix in string array generation
The string array used to be populated with pointers from the configuration S-expression, which is bad when the array outlives the S-exp. Corrected by strdup()ing it. |
Tags And Properties
- branch=trunk inherited from [e49429580d]
- sym-trunk inherited from [e49429580d]
Context
2010-06-16
| ||
16:08 | [1dd9a372ff] hitcount: fix of a few typos (user: nat, tags: trunk) | |
2010-06-09
| ||
18:47 |
[f5898d0e92]
condition: bugfix in string array generation
The string array used to be populated with pointers from the configuration S-expression, which is bad when the array outlives the S-exp. Corrected by strdup()ing it. (user: nat, tags: trunk) | |
18:30 | [74cacf6316] condition: addition of a tag existence "or" conditional (user: nat, tags: trunk) | |
Changes
Changes to condition.c.