Skip to content
Snippets Groups Projects
Commit 8b73ec8d authored by oharboe's avatar oharboe
Browse files

Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing...

Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing commands from the web interface using the
"Run Command" tab.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2601 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent afae28fb
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ static void append_key(struct httpd_request *r, const char *key,
/* append data to each key */
static int iterate_post(void *con_cls, enum MHD_ValueKind kind,
const char *key, const char *filename, const char *content_type,
const char *transfer_encoding, const char *data, uint64_t off,
const char *transfer_encoding, const char *data, size_t off,
size_t size)
{
struct httpd_request *r = (struct httpd_request*) con_cls;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment