Add a size_t count
argument to some BNCustomArchitecture.free*
fields
#5655
Labels
Component: API
Issue needs changes to the API
Effort: Trivial
Issue should take < 1 day
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Bug
Issue is a non-crashing bug with repro steps
Specifically, the
freeFlagConditionsForSemanticFlagGroup
andfreeRegisterList
fields should take an additionalsize_t count
argument so that custom architectures implemented in other languages can correctly free the pointers passed to them through these functions without resorting to hackery (as discussed in #5654).cc-ing @CouleeApps @KyleMiles
The text was updated successfully, but these errors were encountered: