mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-14 00:23:50 +00:00
- Add bounds checks to readLE32/readLE16 — malformed Warden modules could cause out-of-bounds reads on untrusted PE data - Fix unsigned underflow in PE section loading: if rawDataOffset or virtualAddr exceeds buffer size, the subtraction wrapped to a huge uint32_t causing memcpy to read/write far beyond bounds. Now skips the section entirely and uses std::min with pre-validated maxima |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||