Merge branch 'jh/fsmonitor-prework'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Mar 2021 22:25:37 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Mar 2021 22:25:37 +0000 (15:25 -0700)
commit8779c141da62d66be5d420b94d506636006a7901
tree5c9eaf883c268946b84535df55ffd3a4fe11f3eb
parenteabacfd9cb58f22ffbacf935bf03747a08640fc7
parent097ea2c8486e9fc8c6c11bad8688434edeeda3f2
Merge branch 'jh/fsmonitor-prework'

The fsmonitor interface read from its input without making sure
there is something to read from.  This bug is new in 2.31
timeframe.

* jh/fsmonitor-prework:
  fsmonitor: avoid global-buffer-overflow READ when checking trivial response
fsmonitor.c