Hacker News new | ask | show | jobs
by saagarjha 1953 days ago
Psst…

> The trampoline first pushes an address pointing to the addr & 0xFFF-th entry in a "sled" of 0xFFF=4096 ASM ret instructions to the (native) stack and then performs a direct jump (also called a "tail call") to the sanitizer callback.

0xFFF=4095 ;)

1 comments

Good catch, thanks ;-) I will update the post.