diff options
| author | Masahiro Yamada <[email protected]> | 2018-02-08 16:19:08 +0000 |
|---|---|---|
| committer | Masahiro Yamada <[email protected]> | 2018-02-10 02:31:49 +0000 |
| commit | 523ca58b7db2e30e3c185a7927dd80a30c1bc743 (patch) | |
| tree | 59c135f8bde7d4ec24f1270c1d8615b8b142f296 /scripts/gcc-plugins/randomize_layout_plugin.c | |
| parent | kconfig: add xrealloc() helper (diff) | |
| download | kernel-523ca58b7db2e30e3c185a7927dd80a30c1bc743.tar.gz kernel-523ca58b7db2e30e3c185a7927dd80a30c1bc743.zip | |
kconfig: remove const qualifier from sym_expand_string_value()
This function returns realloc'ed memory, so the returned pointer
must be passed to free() when done. So, 'const' qualifier is odd.
It is allowed to modify the expanded string.
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions
