Files
WoWee/tests/test_dbc_loader.cpp
Kelsi d85073241e test(dbc): add hardening tests for absurd recordCount/fieldCount
Locks in the recent DBC overflow guards:
- recordCount=1B + recordSize=1024 (would overflow uint32 product)
- fieldCount=65535 (would multiply to 256KB record size)

Both load() calls return false instead of allocating tiny buffers
that get memcpy'd from TB of memory.
2026-05-06 09:34:39 -07:00

9.0 KiB