Skip to content

Conversation

@iMacHumphries
Copy link

STR

  1. Enable Address Sanitizer

Screen Shot 2020-07-14 at 1 18 10 AM

2. Start scan.

Screen Shot 2020-07-14 at 1 18 54 AM

This was referenced Jul 14, 2020
NSMutableString *str = [[NSMutableString alloc] init];

int n =128;
char array12[8];
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively, you can make char array12[9] size 9 and make the last char null '\0'

@mavris
Copy link
Owner

mavris commented Jul 14, 2020

@iMacHumphries Hi Ben and thanks for the pull. I will have a look at it and I will accept it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants