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


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

Review Comment:
   To better support merging:
   ```
   set(ALL_LOG4CXX_FUZZERS
     PatternLayoutFuzzer
     XMLLayoutFuzzer
     HTMLLayoutFuzzer
     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: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to