diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-10 18:16:08 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-03-10 18:16:08 +0100 |
commit | 4d211fdd4801bd6db06ae2c0a72b47de55f3194c (patch) | |
tree | 4fe0dd7a7a8a785f42812d4868168c5d7aba05ef /sys/lib/python/mercurial/filemerge.py | |
parent | 5639d1e5fc46c5f236cff7168a5800367368a6ec (diff) |
kernel: fix integer overflow in syssegflush(), segment code cleanup
mcountseg(), mfreeseg():
use Pte.first/last pointers when possible and avoid constructs
like s->map[i]->pages[j].
freepte():
do not zero entries in freepte(), the segment is going away and
here is no point in zeroing page pointers. hoist common code at
the top avoiding duplication.
segpage(), fixfault():
avoid load after store for Pte** pointer.
fixfault():
return -1 in default case to avoid the "used but not set" warning
for mmuphys and get rid of the useless initialization.
syssegflush():
due to len being unsigned, the pe = PGROUND(pe) can make "chunk"
bigger than len causing a overflow. rewrite the function and deal
with page alignment and errors at the beginning.
syssegflush(), segpage(), fixfault(), putseg(), relocateseg(),
mcountseg(), mfreeseg():
keep naming consistent.
Diffstat (limited to 'sys/lib/python/mercurial/filemerge.py')
0 files changed, 0 insertions, 0 deletions