Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Crash when address sanitizing is turned on #119

Open
michaeleiselsc opened this issue Mar 16, 2017 · 2 comments
Open

Crash when address sanitizing is turned on #119

michaeleiselsc opened this issue Mar 16, 2017 · 2 comments

Comments

@michaeleiselsc
Copy link

Hi, when address sanitizing is turned on, we get a crash at line 118 of FBTweakInline.m where it says FBTweakCategory *category = [store tweakCategoryWithName:*entry->category];. We're also looking at a memory corruption issue in our app that's present in debug, when tweaks is enabled, but not in production, when tweaks is disabled. Do you think Tweaks is causing some sort of memory corruption?

@michaeleiselsc
Copy link
Author

It seems having it on leads to there being space between each element, so we can just use simple pointer math

@liuliusc
Copy link

#121

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants