commit | 2d4da8e265660ce7580219b51d5e79fd99ce1458 | [log] [tgz] |
---|---|---|
author | Demi Marie Obenour <demiobenour@gmail.com> | Thu Jan 12 13:24:50 2023 -0500 |
committer | Demi Marie Obenour <demiobenour@gmail.com> | Mon Jun 05 13:22:21 2023 -0400 |
tree | 0c292ef5db001eba02aaa0a7f9d00d53c06326f4 | |
parent | a0f3b552cfa45258099170c83f79619b2dbd7b9b [diff] |
fix(el3-spmc): prevent total_page_count overflow size_t is not guaranteed to be 64 bits, although it happens to be 64 bits on all systems that el3-spmc supports. Change-Id: Ieae11722a15448641de50233597ac35869eab574 Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>