We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8210ccb commit e0c312cCopy full SHA for e0c312c
lib/secure-streams/private-lib-secure-streams.h
@@ -132,17 +132,17 @@ typedef struct lws_ss_handle {
132
133
union {
134
struct { /* LWSSSP_H1 */
135
-#if defined(WIN32)
+#if defined(WIN32) || defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)
136
uint8_t dummy;
137
#endif
138
} h1;
139
struct { /* LWSSSP_H2 */
140
141
142
143
} h2;
144
struct { /* LWSSSP_WS */
145
146
147
148
} ws;
0 commit comments