swebb2066 commented on code in PR #455:
URL: https://github.com/apache/logging-log4cxx/pull/455#discussion_r1927948563


##########
src/fuzzers/cpp/CMakeLists.txt:
##########
@@ -15,7 +15,12 @@
 # limitations under the License.
 #
 
-set(ALL_LOG4CXX_FUZZERS PatternLayoutFuzzer XMLLayoutFuzzer HTMLLayoutFuzzer 
JSONLayoutFuzzer)
+set(ALL_LOG4CXX_FUZZERS
+    PatternLayoutFuzzer
+    XMLLayoutFuzzer
+    HTMLLayoutFuzzer
+    JSONLayoutFuzzer
+    PatternConverterFuzzer)

Review Comment:
     PatternConverterFuzzer
   )



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to