commit a69094689a8fae092c9c9a99c1824d2052525f31 from: Omar Polo via: Thomas Adam date: Thu Nov 16 16:33:20 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 - dc672b1af772a36d56cf3accc39045085a3541a3 commit + a69094689a8fae092c9c9a99c1824d2052525f31 blob - 13da0317b11156616eb49672114fb85e0438477c blob + 09f798e6fb6a8b4072211ee13052ba126de871c0 --- gotwebd/gotwebd.h +++ gotwebd/gotwebd.h @@ -418,7 +418,6 @@ enum querystring_elements { INDEX_PAGE, PATH, PAGE, - PREVID, QSELEM__MAX, };