Status: Accepted
Owner: [email protected]
CC: [email protected], [email protected], [email protected]
Labels: Type-Defect Priority-Medium
New issue 364 by [email protected]: Extend activation flags limit
https://code.google.com/p/address-sanitizer/issues/detail?id=364
On Android, extra ASAN_OPTIONS are read of "asan.options" system property
when ASan is activated. System properties are limited to 91 characters,
which is not always enough.
The options are:
1. Continue reading from asan.options1, asan.options2, etc
2. Read from some hardcoded file (ex. /sdcard/asan.options or
/asan.options).
3. Support "@path" syntax in ASAN_OPTIONS, meaning "read more options from
the file at <path>", similar to "man ld".
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.