]> granicus.if.org Git - libexpat/commitdiff
Changes: Mention -DEXPAT_BUILD_FUZZERS=(ON|OFF)
authorSebastian Pipping <sebastian@pipping.org>
Fri, 30 Aug 2019 21:16:56 +0000 (23:16 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Fri, 30 Aug 2019 21:54:51 +0000 (23:54 +0200)
expat/Changes

index 76c4c46528914829cd8a72739d82f55171770609..e266ce5747dedc20dd419d85c42206f8843bb46a 100644 (file)
@@ -60,7 +60,8 @@ Release x.x.x xxx xxx xx xxxx
                     Old: expat[d].lib
                     New: expat[w][d][MD|MT].lib
                   CMake: Migrate files from Windows to Unix line endings
-            #308  CMake: Integrate OSS-Fuzz fuzzers
+            #308  CMake: Integrate OSS-Fuzz fuzzers, option
+                    -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF
        #299 #302  Windows: Replace LoadLibrary hack to access
                     unofficial API function SystemFunction036 (RtlGenRandom)
                     by using official API function rand_s (needs WinXP+)