Skip to content

Commit

Permalink
Generate site
Browse files Browse the repository at this point in the history
  • Loading branch information
tnballo committed Jan 27, 2024
1 parent e35cb62 commit 51ae47d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/chp1/about_the_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ <h2 id="community-contributors"><a class="header" href="#community-contributors"
<li><a href="https://github.com/humb1t">humb1t</a></li>
<li><a href="https://github.com/jam1garner">jam1garner</a></li>
<li><a href="https://github.com/jamesreprise">jamesreprise</a></li>
<li><a href="https://github.com/jkoeppeler">jkoeppeler</a></li>
<li><a href="https://github.com/kaylynn234">kaylynn234</a></li>
<li><a href="https://github.com/LoganDark">LoganDark</a></li>
<li><a href="https://github.com/Michcioperz">Michcioperz</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/chp4/attack_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ <h2 id="breaking-spatial-memory-safety-value-bounds"><a class="header" href="#br
return NULL;
} else {
strncpy(greeting, &quot;Hello&quot;, 6);
assert(greeting[6] == '\0');
assert(greeting[5] == '\0');
return greeting;
}
}
Expand Down
3 changes: 2 additions & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1546,6 +1546,7 @@ <h2 id="community-contributors"><a class="header" href="#community-contributors"
<li><a href="https://github.com/humb1t">humb1t</a></li>
<li><a href="https://github.com/jam1garner">jam1garner</a></li>
<li><a href="https://github.com/jamesreprise">jamesreprise</a></li>
<li><a href="https://github.com/jkoeppeler">jkoeppeler</a></li>
<li><a href="https://github.com/kaylynn234">kaylynn234</a></li>
<li><a href="https://github.com/LoganDark">LoganDark</a></li>
<li><a href="https://github.com/Michcioperz">Michcioperz</a></li>
Expand Down Expand Up @@ -9876,7 +9877,7 @@ <h2 id="breaking-spatial-memory-safety-value-bounds"><a class="header" href="#br
return NULL;
} else {
strncpy(greeting, &quot;Hello&quot;, 6);
assert(greeting[6] == '\0');
assert(greeting[5] == '\0');
return greeting;
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 51ae47d

Please sign in to comment.