1
0
mirror of synced 2024-11-12 02:00:52 +01:00
ImHex/lib
Ada cc97c0e525
fix: Segfault when launching ImHex with file arguments (#1501)
d511080814 introduced a regression where
running imhex with arguments (i.e. `imhex blob1.bin blob2.bin`) will
segfault due to a null pointer dereference.

### Implementation description
This patch updates `getSubCommands` to follow the same control flow as
`getFeatures`, where if the function returns a null pointer, it will
return gracefully rather than crash.
2024-01-18 11:11:06 +01:00
..
external patterns: Updated pattern language 2024-01-16 00:46:01 +01:00
libimhex fix: Segfault when launching ImHex with file arguments (#1501) 2024-01-18 11:11:06 +01:00
third_party impr: Added icons to all menu items 2024-01-08 21:51:48 +01:00