commit | d10025c67158b75e0c60a4eade15cc194f6fbeba | [log] [tgz] |
---|---|---|
author | David Carlier <dcarlier@afilias.info> | Fri Apr 08 10:26:44 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 12 11:00:39 2016 +0200 |
tree | b856704cb19c6d7820f8d73ebb1af5411e86976a | |
parent | 8a32106fffb4642687af76c78fd3c171847c917e [diff] |
BUG/MINOR: server: risk of over reading the pref_net array. dns_option struct pref_net field is an array of 5. The issue here shows that pref_net_nb can go up to 5 as well which might lead to read outside of this array.