1
0
mirror of synced 2024-09-24 03:28:24 +02:00
ImHex/plugins/hashes
Jean-François Nguyen e50b6733c4
fix: Segfault when hashing regions spanning multiple MiBs (#1804)
### Problem description

Attempting to do an MD5 hash of a large region (e.g. 2 MiB, ``u8
data[0x200000]``) crashes with a segfault.

### Implementation description

In ``hex::plugin::hashes::hashProviderRegionWithHashLib()``,
``hashFunction->TransformBytes()`` is called with an offset of 0,
because it iterates over ``data`` and not the entire region.
2024-07-21 20:35:38 +02:00
..
include/content/views feat: Move hashes into plugin, merged in extra hashes plugin 2023-12-23 22:01:47 +01:00
romfs lang: Added Hungarian translations (#1683) 2024-05-19 14:33:33 +02:00
source fix: Segfault when hashing regions spanning multiple MiBs (#1804) 2024-07-21 20:35:38 +02:00
CMakeLists.txt build: Fix various issues with linking, clang and unity builds 2024-01-29 22:57:39 +01:00