[SPCA] MSI section, minor changes

This commit is contained in:
RobinB27
2026-01-24 19:25:09 +01:00
parent ac6c215adf
commit eb6240c26e
5 changed files with 60 additions and 23 deletions

View File

@@ -12,6 +12,8 @@ and differs depending on hardware and software platforms.
\texttt{malloc} keeps track of which blocks are allocated. If you give \texttt{free} a pointer that isn't the start of the memory region previously \texttt{malloc}'d,
you get undefined behaviour.
\newpage
\warn{Memory corruption} There are many ways to corrupt memory in \lC. The below code shows off a few of them:
\rmvspace