docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-F1EA31
|
||||
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
|
||||
category: "10_Wiki/💡 Topics/Programming & Language"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Pointer Poisoning"
|
||||
---
|
||||
|
||||
# [[Pointer Poisoning]]
|
||||
# [[Pointer Poisoning|Pointer Poisoning]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 포인터 포이즈닝(Pointer Poisoning)은 스펙터(Spectre) 및 멜트다운(Meltdown) 취약점 공격을 방어하기 위해 웹킷(WebKit)과 같은 브라우저 엔진에 도입된 브랜치리스(Branchless) 보안 검사 기법입니다 [1-3]. 컴파일 타임에 포인터 필드에 무작위의 고유한 포이즌 값을 할당하며, 잘못된 값으로 포이즌을 해제(unpoisoning)할 경우 매핑되지 않은 포인터가 되도록 유도하여 보안을 유지합니다 [3, 4]. 이를 통해 타입 혼동(Type Confusion)을 막고 임의의 메모리 읽기나 원격 코드 실행 공격을 방지합니다 [4].
|
||||
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Pointer Poisoning"
|
||||
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[Spectre]], [[Meltdown]], [[Branchless Security Checks]], [[Speculative Execution]], [[Type Confusion]]
|
||||
- **Projects/Contexts:** [[WebKit]], [[JavaScriptCore]]
|
||||
- **Related Topics:** [[Spectre|Spectre]], [[Meltdown|Meltdown]], [[Branchless Security Checks|Branchless Security Checks]], [[Speculative Execution|Speculative Execution]], Type Confusion
|
||||
- **Projects/Contexts:** [[WebKit|WebKit]], [[JavaScriptCore|JavaScriptCore]]
|
||||
- **Contradictions/Notes:** 소스 내에서 명시적인 모순은 발견되지 않으나, 포인터 포이즈닝 기술이 보안성을 크게 향상시키는 대신 자바스크립트 엔진의 마이크로 레이턴시를 소폭 증가시킨다는 성능상의 트레이드오프가 존재함이 지적됩니다 [4, 7].
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-19*
|
||||
- Raw Source: [[00_Raw/2026-04-20/Pointer Poisoning.md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/Pointer Poisoning.md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user