WebUIURLLoaderFactory doesn't handle empty responses |
|||
Issue descriptionWhen the following browser tests run with "--enable-features=NetworkService" flag: DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnNetwork DevToolsReattachAfterCrashTest.TestReattachAfterCrashOnTimeline They fail at: //content/browser/webui/web_ui_url_loader_factory.cc(100) Check failed: num_bytes == output_size (65536 vs. 0)
,
Nov 21 2017
,
Nov 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b2be253070ca3af41157dd771e1de8fc30c7c19f commit b2be253070ca3af41157dd771e1de8fc30c7c19f Author: John Abd-El-Malek <jam@chromium.org> Date: Tue Nov 21 16:40:34 2017 Fix crash in network service webui code when the source gives an empty string. This is handled correctly by the old webui case. BUG: 778842 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I39013667b9038e9687b418905e56e93868017b24 Reviewed-on: https://chromium-review.googlesource.com/781419 Reviewed-by: Yuzhu Shen <yzshen@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#518275} [modify] https://crrev.com/b2be253070ca3af41157dd771e1de8fc30c7c19f/content/browser/webui/web_ui_url_loader_factory.cc [modify] https://crrev.com/b2be253070ca3af41157dd771e1de8fc30c7c19f/testing/buildbot/filters/mojo.fyi.network_browser_tests.filter
,
Nov 21 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by laforge@google.com
, Nov 7 2017