master/fsm_foe.c
changeset 2259 5538f60ea32c
parent 2240 b45438edf869
child 2589 2b9c78543663
--- a/master/fsm_foe.c	Tue Jan 10 10:58:19 2012 +0100
+++ b/master/fsm_foe.c	Tue Jan 10 11:30:03 2012 +0100
@@ -762,7 +762,7 @@
         EC_SLAVE_ERR(slave, "Received FoE Error Request (code 0x%08x).\n",
                 fsm->request->error_code);
         if (rec_size > 6) {
-            uint8_t text[1024];
+            uint8_t text[256];
             strncpy(text, data + 6, min(rec_size - 6, sizeof(text)));
             EC_SLAVE_ERR(slave, "FoE Error Text: %s\n", text);
         }