diff options
| author | Christian Göttsche | 2026-02-22 22:09:08 +0100 |
|---|---|---|
| committer | Julien Voisin | 2026-02-22 22:30:14 +0100 |
| commit | b26041bfa0a1e58930a5bf26b720f97f8cf6ae13 (patch) | |
| tree | 9f140edbed7acede96a2b1aed1b1d7ec88757c5f /src/sp_config.h | |
| parent | 50fb9d8a8f040729c3472998aea0bdd14b1b7805 (diff) | |
Use correct parser for session ID lengths
Can causes issues on uncommon architectures, like s390x.
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h index 8886bc6..edaa686 100644 --- a/src/sp_config.h +++ b/src/sp_config.h | |||
| @@ -302,6 +302,7 @@ SP_PARSEKW_FN(parse_regexp); | |||
| 302 | SP_PARSEKW_FN(parse_empty); | 302 | SP_PARSEKW_FN(parse_empty); |
| 303 | SP_PARSEKW_FN(parse_int); | 303 | SP_PARSEKW_FN(parse_int); |
| 304 | SP_PARSEKW_FN(parse_uint); | 304 | SP_PARSEKW_FN(parse_uint); |
| 305 | SP_PARSEKW_FN(parse_ulong); | ||
| 305 | SP_PARSEKW_FN(parse_php_type); | 306 | SP_PARSEKW_FN(parse_php_type); |
| 306 | SP_PARSEKW_FN(parse_cidr); | 307 | SP_PARSEKW_FN(parse_cidr); |
| 307 | SP_PARSEKW_FN(parse_list); | 308 | SP_PARSEKW_FN(parse_list); |
