浏览代码

RTSP stack overflow

philippe44 5 年之前
父节点
当前提交
aa6c0fcf95
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      components/raop/raop.c

+ 3 - 3
components/raop/raop.c

@@ -43,7 +43,7 @@
 #include "dmap_parser.h"
 #include "log_util.h"
 
-#define RTSP_STACK_SIZE 	(8*1024)
+#define RTSP_STACK_SIZE 	(9*1024)
 #define SEARCH_STACK_SIZE	(2*1048)
 
 typedef struct raop_ctx_s {
@@ -692,10 +692,10 @@ void abort_rtsp(raop_ctx_t *ctx) {
 
 		heap_caps_free(ctx->active_remote.xTaskBuffer);
 		memset(&ctx->active_remote, 0, sizeof(ctx->active_remote));
-		
+
 		LOG_INFO("[%p]: Remote search thread aborted", ctx);
 	}	
-	
+
 	NFREE(ctx->rtsp.aeskey);
 	NFREE(ctx->rtsp.aesiv);
 	NFREE(ctx->rtsp.fmtp);