| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index d4881fc441178e9bb586663ff21ae3a289bc2864..aaa0db2503e91ac99eb7f1cc3b0d80ed730b8f73 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -130,3 +130,7 @@ bool FLAGS_quic_only_one_sending_alarm = true;
|
| // If true, the hash of the CHLO message will be used in the proof generated for
|
| // an SCUP message.
|
| bool FLAGS_quic_use_hash_in_scup = true;
|
| +
|
| +// If true, consider receiving crypto frame on non crypto stream as memory
|
| +// corruption.
|
| +bool FLAGS_quic_detect_memory_corrpution = true;
|
|
|