Differences From Artifact [3f940b52bf]:
- File src/cgi.c — part of check-in [08df33aa4c] at 2024-04-09 17:38:01 on branch trunk — Defend against undefined values in query parameters in the cgi_check_for_malice() routine. (user: drh size: 86001)
To Artifact [03236d1c73]:
- File src/cgi.c — part of check-in [c62e25ab05] at 2024-04-12 14:44:10 on branch trunk — Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. (user: stephan size: 86014)
| ︙ | |||
1809 1810 1811 1812 1813 1814 1815 | 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 | - + |
break;
}
case 2: {
cgi_debug("%s = %s\n", zName, zValue);
break;
}
case 3: {
|
| ︙ |