SIGN IN SIGN UP
WerWolv / ImHex UNCLAIMED

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

0 0 53 C++

fix: issue 2631 (#2633)

problem occurs because there is no check for duplicate entries in the
paths vector.

The fix is implemented using the combination of two containers; a vector
to ensure the insertion order and a set to ensure the uniqueness the
entries. The set first attempts to insert the new path and uses the
return of insertion to decide if the vector needs to be updated.
P
paxcut committed
d6781e7f93024a4ba6bd36e81e100475601e5a3c
Parent: fc38c27
Committed by GitHub <noreply@github.com> on 1/28/2026, 11:12:36 PM