Mercurial > hg
log mercurial/cext/manifest.c @ 44100:969527ac7b44
age | author | description |
---|---|---|
Thu, 16 Jan 2020 12:27:15 -0800 | Kyle Lippincott | cext: fix compiler warning about sign changing |
Thu, 29 Nov 2018 16:44:01 -0500 | Augie Fackler | manifest: reject lines shorter than 42 bytes, not 22 |
Mon, 12 Nov 2018 20:32:58 -0500 | Augie Fackler | manifest: perform cheap checks before potentially allocating memory |
Mon, 12 Nov 2018 20:31:57 -0500 | Augie Fackler | manifest: also reject obviously-too-short lines when parsing lines |
Mon, 12 Nov 2018 20:35:22 -0500 | Augie Fackler | manifest: make sure there's a filename before bothering to look for newline |
Wed, 05 Sep 2018 21:23:29 +0900 | Yuya Nishihara | manifest: fix out-of-bounds read of corrupted manifest entry stable 4.7.2 |
Wed, 05 Sep 2018 21:32:45 +0900 | Yuya Nishihara | manifest: rewrite pathlen() to not cross entry boundary stable |