Avoid potential negative array index access to cached text.
[LibreOffice.git] / external / zxcvbn-c / zxcvbn-c-2.5-do-not-use-stdafx.patch
blob1b5151995067571e06e72a90470fec99ceaed365
1 --- a/zxcvbn-c/zxcvbn.c
2 +++ b/zxcvbn-c/zxcvbn.c
3 @@ -44,11 +44,6 @@
4 #endif
5 #endif
7 -/* For pre-compiled headers under windows */
8 -#ifdef _WIN32
9 -#include "stdafx.h"
10 -#endif
12 /* Minimum number of characters in a incrementing/decrementing sequence match */
13 #define MIN_SEQUENCE_LEN 3