1
0
mirror of synced 2024-09-24 03:28:24 +02:00
ImHex/plugins/visualizers
paxcut fa28052958
fix: Avoid crashing ImHex when passing invalid data to the 3D visualizer (#1874)
### Problem description
There are some obvious constrains in the various array data sizes that
we can use to determine if their sizes and in some cases their values
are correct.

### Implementation description
To test their validity, the most important of the various arrays are the
indices, so their definition and use has been simplified a great deal.
In order to treat all variables in a similar manner the changes to the
uv variable posted in an earlier PR were also added here.

With this one, all the recently opened PR's combined should contain
exactly the same changes and fixes as the older 3-d visualizer PR #1850
which I will close shortly after this one is opened.

---------

Co-authored-by: Nik <werwolv98@gmail.com>
2024-09-15 15:19:41 +02:00
..
include/content refactor: Rework features that use external libraries into optional plugins (#1470) 2023-12-23 21:09:41 +01:00
romfs lang: Update Chinese (Simplified) translations (#1894) 2024-09-15 15:17:25 +02:00
source fix: Avoid crashing ImHex when passing invalid data to the 3D visualizer (#1874) 2024-09-15 15:19:41 +02:00
CMakeLists.txt feat: Added digital signal pattern visualizer 2024-06-20 14:04:05 +02:00