]> git.proxmox.com Git - mirror_edk2.git/commit
Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCo...
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Nov 2010 06:12:25 +0000 (06:12 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 10 Nov 2010 06:12:25 +0000 (06:12 +0000)
commitcd73414527f71295966afe5c046a48bbabf18766
tree8787f593b74264aeea3907a120f7bdc5b849a690
parent7018623cd400d69848b94acb6008bf223cb75204
Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11022 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ReportStatusCodeLib.c