소스 검색

Update mongoose.c

when having connections with and without auth would cause double free and then crash
Hendrik Polczynski 12 년 전
부모
커밋
fdef2b8643
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mongoose.c

+ 1 - 0
mongoose.c

@@ -5017,6 +5017,7 @@ static void process_new_connection(struct mg_connection *conn) {
     }
     if (ri->remote_user != NULL) {
       free((void *) ri->remote_user);
+      ri->remote_user = NULL; // when having connections with and without auth would cause double free and then crash
     }
 
     // NOTE(lsm): order is important here. should_keep_alive() call