mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 17:00:05 +01:00
[SPCA] MSI section, minor changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user