commit | 6ea58f548b87e52e13aee4c14d56031062280747 | [log] [tgz] |
---|---|---|
author | Yuli Khodorkovskiy <ykhodorkovskiy@tresys.com> | Tue Jul 28 14:50:38 2015 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Aug 04 11:10:05 2015 -0400 |
tree | 2ac3f7d8ffce1b426da9e680e3f07796834b96d1 | |
parent | 23f6db52a592357752ad135e40a55ebcacf6066c [diff] |
libsepol: Replace sscanf in module_to_cil Some platforms do not have %ms support in sscanf. This adds a tokenize() function to be used instead of sscanf. tokenize() has the ability to split on any delimiter. All whitespace delimiters will be squashed. Signed-off-by: Yuli Khodorkovskiy <ykhodorkovskiy@tresys.com>