Actions
Bug #2065
closedcore dumped on duplicate "else conditions"
ASK QUESTIONS IN Forums:
Description
$HTTP["host"] == "test.example.com" {
}
else $HTTP["host"] == "test.example.com" {
}
./lighttpd -Df lighttpd.conf.tmp
with debug build:
lighttpd: ../src/configparser.y:356: yy_reduce: Assertion `yymsp[-3].minor.yy78->context_ndx < yymsp[0].minor.yy78->context_ndx' failed.
with release build:
no error on start up, but when user request test.example.com lighttpd will segv
reproduced in branches/1.4.x/ and trunk/ at r2618
Updated by stbuehler about 15 years ago
- Target version changed from 1.4.x to 1.4.24
Updated by stbuehler about 15 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset r2640.
Actions
Also available in: Atom