Bug 1528481 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to :Gijs (he/him) from comment #1)

> (In reply to Hanno Boeck from comment #0)
> 
> > I observed a use after free in the HTTP2 code with the optimized ASAN builds.
> > 
> > From the line numbers the bug should be somewhere in Http2Session.cpp between line 2049 and 2016:
> 
> Was this meant to be 2061 ?

Yes, sorry, typo. Just look at the stack trace:
(In reply to :Gijs (he/him) from comment #1)

> Was this meant to be 2061 ?

Yes, sorry, typo. Just look at the stack trace:

#1 0x7f4330719162 in mozilla::net::Http2Session::RecvPushPromise(mozilla::net::Http2Session*) /builds/worker/workspace/build/src/netwerk/protocol/http/Http2Session.cpp:2061

Back to Bug 1528481 Comment 2