Skip to content

Commit

Permalink
deploy: 84cc7fe
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jul 21, 2024
1 parent e7afc75 commit cae871d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
<div class='date'><span class='ecrm-1200'>July 4, 2024</span></div>
<div class='date'><span class='ecrm-1200'>July 21, 2024</span></div>



Expand Down Expand Up @@ -4765,7 +4765,7 @@ <h4 class='subsectionHead' id='flashing-keyboard-leds'><span class='titlemark'>1
</code> structure may be able to overwrite the
<code> <span class='ectt-1000'>function</span>
</code> and <code> <span class='ectt-1000'>data</span>
</code> fields, providing the attacker with a way to use return-object programming (ROP)
</code> fields, providing the attacker with a way to use return-oriented programming (ROP)
to call arbitrary functions within the kernel. Also, the function prototype of the callback,
containing a <code> <span id='textcolor2409'><span class='ectt-1000'>unsigned</span></span><span class='ectt-1000'> </span><span id='textcolor2410'><span class='ectt-1000'>long</span></span>
</code> argument, will prevent work from any type checking. Furthermore, the function prototype
Expand Down
4 changes: 2 additions & 2 deletions lkmpg-for-ht.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
<div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
<div class='date'><span class='ecrm-1200'>July 4, 2024</span></div>
<div class='date'><span class='ecrm-1200'>July 21, 2024</span></div>



Expand Down Expand Up @@ -4765,7 +4765,7 @@ <h4 class='subsectionHead' id='flashing-keyboard-leds'><span class='titlemark'>1
</code> structure may be able to overwrite the
<code> <span class='ectt-1000'>function</span>
</code> and <code> <span class='ectt-1000'>data</span>
</code> fields, providing the attacker with a way to use return-object programming (ROP)
</code> fields, providing the attacker with a way to use return-oriented programming (ROP)
to call arbitrary functions within the kernel. Also, the function prototype of the callback,
containing a <code> <span id='textcolor2409'><span class='ectt-1000'>unsigned</span></span><span class='ectt-1000'> </span><span id='textcolor2410'><span class='ectt-1000'>long</span></span>
</code> argument, will prevent work from any type checking. Furthermore, the function prototype
Expand Down

0 comments on commit cae871d

Please sign in to comment.