CHANGES for [GL #2969]

(cherry picked from commit f8c0cabca1)
This commit is contained in:
Evan Hunt 2022-04-26 12:07:04 -07:00
parent 9296be2130
commit d3728056db

View file

@ -1,3 +1,7 @@
5873. [bug] Refactor the fctx_done() function to set fctx to
NULL after detaching, so that reference counting
errors will be easier to avoid. [GL #2969]
5872. [bug] udp_recv() in dispatch could trigger an INSIST when the
callback's result indicated success but the response
was canceled in the meantime. [GL #3300]