-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell is writing directly to EFI_SIMPLE_TEXT_OUTPUT Mode data in violation of UEFI Spec (Bugzilla Bug 105) #9556
Comments
Comment 450Date: 2016-08-24 20:36:03 +0000
ShellPkg/Application/Shell/ConsoleLogger.c:734 The UEFI Spec states: When doing page break operations with the edk2 shell our custom ConSpliter was hitting a buffer overflow. I root caused it to the CursorRow incrementing past the end of the screen. I was seeing cases when the Row was getting updated an extra time, not in the console code. I set a watchpoint and caught the shell directly accessing the Consoles Mode structure. This looks intentional and it is a violation of the UEFI Spec. master)>git grep "OurConOut.Mode" |
Comment 537Date: 2016-09-29 20:25:17 +0000 Bug Scrub: Assign to module owner |
Comment 7650Date: 2019-05-17 13:14:02 +0000 Created attachment 337 comment Attachment: BZ-337-file_105.txt |
Comment 7690Date: 2019-05-17 16:02:51 +0000 change assignee back to Jaben. |
Comment 18288Date: 2022-02-09 13:51:07 +0000 change role |
This issue was created automatically with bugzilla2github
Bugzilla Bug 105
Date: 2016-08-24T20:36:03+00:00
From: @ajfish
To: unassigned <>
CC: jie.b.gao, shala.arshi, yonghong.zhu
Last updated: 2022-02-09T13:51:07+00:00
The text was updated successfully, but these errors were encountered: