Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/tags/136.0.7103.5
commit0c36a1fa7b6999b9cb3b91fa440a6368c1b6d8bf[log][tgz]
authorTakashi Sakamoto <tasak@google.com>Tue Apr 01 23:24:05 2025
committerKrishna Govind <govind@chromium.org>Tue Apr 01 23:24:05 2025
tree71f9292349e1f2a0b804f719519695d7dcb807f2
parentcc1ce821ad66eb04ee030a7bb71da072167869b8[diff]
[iOS minibranch][PA] Split DoubleFreeOrCorruptionDetected into DoubleFreeDetected and CorruptionDetected.If doubly freed, the given address has been already in a freelist(thread cache's or SlotSpanMetadata's). Before immediately crash,we scan the freelists. if we know the address is some freelistentry's address, we use DoubleFreeDetected() for immediatecrash. Otherwise, likely corruption. We use CorruptionDetected().Bug: 371135823(cherry picked from commit 66f6451e3fadb2121384e4378bd603dcd0d07512)Change-Id:Ic45ad9e42e5123d3c07895d781fd4d792a1d7e19Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/5823466Reviewed-by: Mikihito Matsuura <mikt@google.com>Commit-Queue: Takashi Sakamoto <tasak@google.com>Cr-Original-Commit-Position: refs/heads/main@{#1440676}Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6423496Reviewed-by: Harry Souders <harrysouders@google.com>Reviewed-by: Krishna Govind <govind@chromium.org>Owners-Override: Krishna Govind <govind@chromium.org>Cr-Commit-Position: refs/branch-heads/7103_3@{#3}Cr-Branched-From: 403db8e0779ca3029576ad7ddad09f40c793913c-refs/branch-heads/7103@{#9}Cr-Branched-From: e09430c64983fc906f37a9f7e6806275c9b67b86-refs/heads/main@{#1440670}
6 files changed
tree: 71f9292349e1f2a0b804f719519695d7dcb807f2
  1. android_webview/
  2. apps/
  3. ash/
  4. base/
  5. build/
  6. build_overrides/
  7. buildtools/
  8. cc/
  9. chrome/
  10. chromecast/
  11. chromeos/
  12. codelabs/
  13. components/
  14. content/
  15. crypto/
  16. dbus/
  17. device/
  18. docs/
  19. extensions/
  20. fuchsia_web/
  21. gin/
  22. google_apis/
  23. gpu/
  24. headless/
  25. infra/
  26. ios/
  27. ipc/
  28. media/
  29. mojo/
  30. native_client_sdk/
  31. net/
  32. pdf/
  33. ppapi/
  34. printing/
  35. remoting/
  36. rlz/
  37. sandbox/
  38. services/
  39. skia/
  40. sql/
  41. storage/
  42. styleguide/
  43. testing/
  44. third_party/
  45. tools/
  46. ui/
  47. url/
  48. webkit/
  49. clank
  50. internal
  51. ios_internal
  52. native_client
  53. signing_keys
  54. v8
  55. .clang-format
  56. .clang-tidy
  57. .clangd
  58. .git-blame-ignore-revs
  59. .gitallowed
  60. .gitattributes
  61. .gitignore
  62. .gitmodules
  63. .gn
  64. .mailmap
  65. .rustfmt.toml
  66. .vpython3
  67. .yapfignore
  68. ATL_OWNERS
  69. AUTHORS
  70. BUILD.gn
  71. CODE_OF_CONDUCT.md
  72. codereview.settings
  73. CPPLINT.cfg
  74. CRYPTO_OWNERS
  75. DEPS
  76. DIR_METADATA
  77. LICENSE
  78. LICENSE.chromium_os
  79. OWNERS
  80. PRESUBMIT.py
  81. PRESUBMIT_test.py
  82. PRESUBMIT_test_mocks.py
  83. README.md
  84. WATCHLISTS
README.md

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site ishttps://www.chromium.org.

To check out the source code locally, don't usegit clone! Instead, followthe instructions on how to get the code.

Documentation in the source is rooted indocs/README.md.

Learn how toGet Around the Chromium Source Code Directory Structure.

For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.

If you found a bug, please file it athttps://crbug.com/new.


[8]ページ先頭

©2009-2025 Movatter.jp