This commit is contained in:
Brenton Bostick 2022-07-18 09:07:18 -05:00 committed by GitHub
parent eecdb3d36e
commit 29220c9435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -728,7 +728,7 @@ bool parse_resource_table(bounded_buffer *sectionData,
} else { } else {
/* .rsrc can accomodate up to 2**31 levels, but Windows only uses 3 by /* .rsrc can accomodate up to 2**31 levels, but Windows only uses 3 by
* convention. As such, any depth above 3 indicates potentially unchecked * convention. As such, any depth above 3 indicates potentially unchecked
* recusion. See: * recursion. See:
* https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format#the-rsrc-section * https://docs.microsoft.com/en-us/windows/desktop/debug/pe-format#the-rsrc-section
*/ */