Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#ccccff
-make specific functions (avoid use of void*)

-always use strictest alignment type for arbitrary pointers

Risk Assessment

Programs can crashAccessing a pointer that is no longer on the correct access boundary can cause a program to crash, give wrong information or have slow pointer accesses (if the architecture does not care about alignment)

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

DRAFT

1 (low)

2 (probable)

2 (medium)

P4

L3

...