commit 296611672d3a242111a160c45afb7ac81a01b326 from: Omar Polo date: Thu Nov 16 09:33:13 2023 UTC 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.) commit - 5abbba2d467df0d641100b74fbe24428fbb1c2c6 commit + 296611672d3a242111a160c45afb7ac81a01b326 blob - 44293b62e594c517072cd3268cb34949d7393bd0 blob + 87f3ab6f87b6831ca7b065a759bc71c251bdcf2d --- gotwebd/gotwebd.h +++ gotwebd/gotwebd.h @@ -416,7 +416,6 @@ enum querystring_elements { INDEX_PAGE, PATH, PAGE, - PREVID, QSELEM__MAX, };