sapling/mercurial/cext
Jun Wu 32aac9256d lazymanifest: do not read uninitialized memory
Summary:
Backported from https://phab.mercurial-scm.org/D1948.
Discovered by clang UBSAN.

Reviewed By: DurhamG, phillco

Differential Revision: D6879871

fbshipit-source-id: c068bdcf5b250c6586515960ef7ed9d0af3a2c59
2018-04-13 21:51:01 -07:00
..
__init__.py policy: add "cext" package which will host CPython extension modules 2016-08-12 11:06:14 +09:00
base85.c cext: move braces for control statements to same line 2017-10-02 19:02:43 +01:00
bdiff.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
charencode.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
charencode.h hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
diffhelpers.c diffhelpers: switch to policy importer 2016-08-13 12:15:49 +09:00
dirs.c cext: reorder #include 2017-10-02 19:06:00 +01:00
manifest.c lazymanifest: do not read uninitialized memory 2018-04-13 21:51:01 -07:00
mpatch.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
osutil.c osutil: add a function to unblock signals 2018-01-03 05:35:56 -08:00
parsers.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
pathencode.c parsers: switch to policy importer 2016-08-13 12:23:56 +09:00
README.md READMEs: tweaks based on feedback 2018-01-12 12:35:52 -08:00
revlog.c hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00
util.h hg: basic support for building hg using buck 2018-04-13 21:50:58 -07:00

cext

Native code used by core Mercurial (not extensions), that depends on Python, lives here.

See also hgext/extlib/README.md, lib/README.md.