| Age | Commit message (Collapse) | Author |
|
|
|
|
|
IDK why this was not done prior, leaking the returned core activity and workflow object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`headless::license_location`
We also likely need to check the _actual_ keychain (not the environment variable) later.
|
|
|
|
|
|
Fixes `BnString::len` and `BnString::is_empty` incorrectly reporting 1 and true on empty null terminated string.
|
|
It is unnecessary
|
|
|
|
|
|
How did we not have this before?
|
|
Also split out SegmentFlags and fix some UB with the section creation
|
|
|
|
Causing unneeded noise in the debug print
|
|
This was causing a lot of extra noise, where the function is kept just to ref for the tag name
|
|
This caused a crash when a user called function.tags() on a function with tags
|
|
|
|
|
|
Also added actual test for base address detection
|
|
functions
|
|
|
|
|
|
instance in Rust API
|
|
This caused a crash if we visited a builtin with a "fake" string. Where the token value is not actually the string type.
|
|
|
|
|
|
|
|
|
|
Was causing linux arm builds to fail
|
|
|
|
This fixes a possible race if another thread can successfully shutdown before the current thread can register its session
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #6397
|
|
lines
|
|
Also added an assertion in the types unit test to catch it
Fixes #6379
|
|
The unit tests were not updated and the enum was kept with extremely long names, so I just added a simple wrapper.
|
|
|
|
|