Differences From Artifact [8d47b4ec4f]:
- File src/cgi.c — part of check-in [630691456b] at 2011-10-15 12:30:11 on branch trunk — Fix clang static analyzer warnings about deref null pointers and undefined values. There are still lots of dead code warnings, but those are harmless. (user: drh size: 38231) [more...]
To Artifact [fd196be246]:
- File src/cgi.c — part of check-in [d8bbe4add6] at 2011-10-16 17:32:27 on branch trunk — Fix new and harmless compiler warnings that appeared with the upgrade to GCC 4.6.1. (user: drh size: 38225) [more...]
| ︙ | |||
133 134 135 136 137 138 139 | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | - + |
blob_reset(&cgiContent[1]);
}
}
/*
** Return a pointer to the HTTP reply text.
*/
|
| ︙ |