re PR plugins/80094 (GCC plugin hash table corruption on hash table expansion (>10...
authorBrad Spengler <spender@grsecurity.net>
Tue, 21 Mar 2017 11:50:18 +0000 (11:50 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 21 Mar 2017 11:50:18 +0000 (11:50 +0000)
commitd5498d2f075914e9e24600bb2a2ed01f0dae9f5f
treeb3ca195c919e915f7ddb405fa8152ddfae854333
parente650ea2a5efcd806b5f1aafc2db980d083fbfd7c
re PR plugins/80094 (GCC plugin hash table corruption on hash table expansion (>10 plugins) on GCC 4.5+)

2017-03-21  Brad Spengler <spender@grsecurity.net>

PR plugins/80094
* plugin.c (htab_hash_plugin): New function.
(add_new_plugin): Use it and adjust.
(parse_plugin_arg_opt): Adjust.
(init_one_plugin): Likewise.

From-SVN: r246315
gcc/ChangeLog
gcc/plugin.c