소스 검색

[Minor] Fix potential null pointer dereference

tags/3.0
Vsevolod Stakhov 3 년 전
부모
커밋
a4238dce6f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/plugins/fuzzy_check.c

+ 2
- 2
src/plugins/fuzzy_check.c 파일 보기

@@ -2812,7 +2812,7 @@ fuzzy_controller_io_callback (gint fd, short what, void *arg)
"list %s:%d, skipped by server",
ftype,
op,
MESSAGE_FIELD (session->task, message_id),
MESSAGE_FIELD_CHECK (session->task, message_id),
(gint)sizeof (rep->digest), rep->digest,
symbol,
rep->v1.flag);
@@ -2827,7 +2827,7 @@ fuzzy_controller_io_callback (gint fd, short what, void *arg)
"list %s:%d, error: %d",
ftype,
op,
MESSAGE_FIELD (session->task, message_id),
MESSAGE_FIELD_CHECK (session->task, message_id),
(gint)sizeof (rep->digest), rep->digest,
symbol,
rep->v1.flag,

Loading…
취소
저장