forked from GitHub/bdwgc-rust
75a064fbeb
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4d6cdc0` to `4859275`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ivmai/bdwgc/commit/4859275b00f26a4a8fa0c4a725969013e9bfdf26"><code>4859275</code></a> Fix 'distinct pointer types compared' gcc warning in soft_set_grungy_pages</li> <li><a href="https://github.com/ivmai/bdwgc/commit/2f7b8edd96d46944f707e4aa7e384ab2a4dad0b4"><code>2f7b8ed</code></a> AppVeyor CI: Use Previous 2019 image temporarily</li> <li><a href="https://github.com/ivmai/bdwgc/commit/a87872b09314990041a3f6ca3c66de9584ed31ee"><code>a87872b</code></a> Prevent result of MAKE_COOLER to be NULL</li> <li><a href="https://github.com/ivmai/bdwgc/commit/4236271b2a9d300a2e670dad5cf2ef5f5927869d"><code>4236271</code></a> Change type of size arguments of GC_register_altstack from word to size_t</li> <li><a href="https://github.com/ivmai/bdwgc/commit/10af6eb86dfa85bb54426007bc3d250f560f82b2"><code>10af6eb</code></a> Remove redundant pointer casts to void pointer</li> <li><a href="https://github.com/ivmai/bdwgc/commit/e37ab2a22e6674d0cb7d432c7565d5f300282ec3"><code>e37ab2a</code></a> Use macro for pointer relative comparisons</li> <li><a href="https://github.com/ivmai/bdwgc/commit/5cee4a862684ce1477463a69942cbcafaea11029"><code>5cee4a8</code></a> Fix potential buffer overrun during read in GC_text_mapping</li> <li><a href="https://github.com/ivmai/bdwgc/commit/3cd650b803e11cb4fe5e366f939c14089b59c839"><code>3cd650b</code></a> Change type of 1st argument of LOAD_WORD_OR_CONTINUE() from word to ptr_t</li> <li><a href="https://github.com/ivmai/bdwgc/commit/e813016e8ab83a574ee9fabbba826dcec19e3c9d"><code>e813016</code></a> Remove COOLER_THAN and change HOTTER_THAN macro to a functional style</li> <li><a href="https://github.com/ivmai/bdwgc/commit/55d3a91d440e42770801c08a95370448f74683c8"><code>55d3a91</code></a> Workaround 'x can be declared as pointer to const' cppcheck FP in gctest</li> <li>See full diff in <a href="https://github.com/ivmai/bdwgc/compare/4d6cdc072663c1a22379d84acdac8a273ace1bc9...4859275b00f26a4a8fa0c4a725969013e9bfdf26">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>