Describe the bug
A dangling pointer is found by newly added raw_ptr<> facility.
It's an net::IOBuffer owned by InputStreamReader.
It's because a prematurely released of the net::IOBuffer.
To Reproduce
Steps to reproduce the behavior:
In our app, the bug will trigger dangling pointer detections quite easily.
Not scheduled to create a small test case yet.
Expected behavior
No dangling pointer detected.
Versions (please complete the following information):
OS: [Ubuntu 22.04]
CEF Version: [127.0.6533.0]
Additional context
Does the problem reproduce with the cefclient or cefsimple sample application at the same version?
Not tried yet.
Does the problem reproduce with Google Chrome at the same version?
Not chrome bug. It's a CEF bug.
Describe the bug A dangling pointer is found by newly added raw_ptr<> facility. It's an net::IOBuffer owned by InputStreamReader. It's because a prematurely released of the net::IOBuffer.
To Reproduce Steps to reproduce the behavior:
Expected behavior No dangling pointer detected.
Versions (please complete the following information):
Additional context Does the problem reproduce with the cefclient or cefsimple sample application at the same version? Not tried yet.
Does the problem reproduce with Google Chrome at the same version? Not chrome bug. It's a CEF bug.
PR is coming.