[tools] fix segfault when using the maxlen argument (#4359)
[openwrt.git] / tools / firmware-utils / src / trx.c
index 1ad3de5..5e5e77a 100644 (file)
@@ -172,6 +172,7 @@ int main(int argc, char **argv)
                                        fprintf(stderr, "realloc failed");
                                        return EXIT_FAILURE;
                                }
+                               p = (struct trx_header *) buf;
                                break;
                        case 'a':
                                errno = 0;
This page took 0.025015 seconds and 4 git commands to generate.