mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-08-22 04:06:24 -06:00
c970db858a
Bumps [vendor/bdwgc](https://github.com/bdwgc/bdwgc) from `327ef1f` to `fc2990b`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bdwgc/bdwgc/commit/fc2990b5ec30720b4814f3d48ce8be5b0262110d"><code>fc2990b</code></a> Fix assertion violation in GC_push_all_stacks if DARWIN_PARSE_STACK</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/93526f8729e824a2e454b0730d61560405f68bf5"><code>93526f8</code></a> GH Actions: Test DARWIN_PARSE_STACK with disabled thread-local-alloc</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/0e9cffee3d65191dd7756b979754c0e4767e3e16"><code>0e9cffe</code></a> Update AUTHORS file (add Tanish Saxena)</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/b6ae38c84022d0e2c6e52a2863cc777cc8090eb0"><code>b6ae38c</code></a> Fix defensive bounds checking bypass in GC_proc_read_dirty</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/16ed906df78d8d77440231aea8b00b301cd7e7bb"><code>16ed906</code></a> Fix GC_NO_THREADS_DISCOVERY W/A definition on Darwin</li> <li><a href="https://github.com/bdwgc/bdwgc/commit/c0bdcf35fc988669f716201dbff8ab0b97fa07bc"><code>c0bdcf3</code></a> Enable thread-local allocation for DllMain-based thread registration</li> <li>See full diff in <a href="https://github.com/bdwgc/bdwgc/compare/327ef1f8c80a611b2f8b915850c8b2fd38e6595e...fc2990b5ec30720b4814f3d48ce8be5b0262110d">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>