RFC: إرخاء حجب @رمز لحارس المكدّس __stack_chk_guard في الوضع الحرّ#47
Open
SalehKadah wants to merge 1 commit into
Open
RFC: إرخاء حجب @رمز لحارس المكدّس __stack_chk_guard في الوضع الحرّ#47SalehKadah wants to merge 1 commit into
SalehKadah wants to merge 1 commit into
Conversation
يوثّق قرار إرخاء حارس تصادم @رمز (SEM022) لرمز __stack_chk_guard في الوضع الحرّ حصرًا (يبقى محجوبًا في المستضاف حيث توفّره libc، ومحجوبًا __stack_chk_fail كاسم دالّة). التنفيذ مدموج في s-programming-language#239، ويُمكِّن هجرة بيانات حارس الإطار إلى ص في نواة النحلة (أخ.4). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
يوثّق قرار إرخاء حارس تصادم
@رمز(SEM022) لرمز__stack_chk_guardفي الوضع الحرّ حصرًا.القرار
__stack_chk_guardيُرخى في الوضع الحرّ (لا احتياطيّ ضعيف من المترجم؛ @رمز التعريف الوحيد) ويبقى محجوبًا في المستضاف (libc تملكه ⇒ تعريف قويّ يقنّع كوكي SSP صامتًا).__stack_chk_failيبقى محجوبًا للمتغيّرات (اسم دالّة؛ مساره على الدوالّ منفصل).kReservedRt(memset/malloc/__divdi3/_sad*) محجوبة دائمًا.التنفيذ
مدموج في s-programming-language#239 (Amelia SHIP، CI أخضر، 5 اختبارات جديدة). يُمكِّن هجرة بيانات حارس الإطار إلى ص في نواة النحلة (أخ.4).
🤖 Generated with Claude Code