.arcconfig
author Augie Fackler <augie@google.com>
Wed, 13 Jun 2018 10:24:44 -0400
changeset 38312 1fb2510cf8c8
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
bitmanipulation: fix undefined behavior in bit shift in getbe32 OSS-Fuzz caught this in its ubsan mode[0]. I'm not worried about a security issue here because in practice this should work out the way we naively expected, we're just making things explicit to the compiler with the casts. 0: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8876 Differential Revision: https://phab.mercurial-scm.org/D3729

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}