X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Futils%2Fotrx%2Fsrc%2Fotrx.c;fp=package%2Futils%2Fotrx%2Fsrc%2Fotrx.c;h=0d99cd39e3e21321236522a2e50e9016be29d15d;hp=3b7cf0485936abc8fb428345317c3d214cce736a;hb=70837168efe43d54bed21c83d50fa72336d45d53;hpb=ab8f20c18dd34d61371d2ab30ad5e923d70aef7c diff --git a/package/utils/otrx/src/otrx.c b/package/utils/otrx/src/otrx.c index 3b7cf04859..0d99cd39e3 100644 --- a/package/utils/otrx/src/otrx.c +++ b/package/utils/otrx/src/otrx.c @@ -232,7 +232,7 @@ static ssize_t otrx_create_append_file(FILE *trx, const char *in_path) { FILE *in; size_t bytes; ssize_t length = 0; - uint8_t buf[128]; + uint8_t buf[1024]; in = fopen(in_path, "r"); if (!in) {