Switch from signed integer overflow wrapping to trapping
This commit is contained in:
parent
b4106f7425
commit
4ce1918a15
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 6.2.1-alpha.4 -->
|
||||
<!-- Version: 6.2.2-alpha.1 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -397,7 +397,7 @@
|
||||
still very performant. Some of
|
||||
the hardening I apply includes
|
||||
<a href="https://en.wikipedia.org/wiki/Buffer_overflow_protection">stack protection</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/Integer_overflow">signed integer overflow wrapping</a>,
|
||||
<a href="https://en.wikipedia.org/wiki/Integer_overflow">signed integer overflow trapping</a>,
|
||||
and GrapheneOS'
|
||||
<a href="https://github.com/GrapheneOS/hardened_malloc/">hardened_malloc</a>
|
||||
memory allocator.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user