Commit Diff
- Commit:
296611672d3a242111a160c45afb7ac81a01b326
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Message:
- gotwebd: garbage-collect PREVID, removed long time ago This leftover kept QSELEM__MAX bigger than the querystring_keys[] table and causes gotweb_assign_querystring to go out of bounds. Spotted on alpine (thanks to -portable.)
- Actions:
- Patch | Tree
--- gotwebd/gotwebd.h +++ gotwebd/gotwebd.h @@ -416,7 +416,6 @@ enum querystring_elements { INDEX_PAGE, PATH, PAGE, - PREVID, QSELEM__MAX, };