Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzzing #804

Merged
merged 9 commits into from
Dec 31, 2024
Merged

Add fuzzing #804

merged 9 commits into from
Dec 31, 2024

Conversation

stephenegriffin
Copy link
Member

@stephenegriffin stephenegriffin commented Dec 31, 2024

This pull request introduces a new build configuration named "Fuzz" to the project. The changes primarily involve adding this configuration to various project files and updating the necessary settings to enable fuzz testing.

Build Configuration Changes:

  • Added "Fuzz" configuration for both Win32 and x64 platforms in MFCMapi.sln and MFCMapi.vcxproj files. This includes setting up the configuration type, platform toolset, and enabling AddressSanitizer (ASAN) and fuzzing options. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]

  • Updated the ItemDefinitionGroup sections in MFCMapi.vcxproj to include specific compilation and linking settings for the "Fuzz" configuration, such as optimization settings, additional include directories, preprocessor definitions, and linker options. [1] [2]

Source Code Changes:

  • Added a new source file fuzz.cpp under a new filter "Source Files\fuzz" in MFCMapi.vcxproj and MFCMapi.vcxproj.filters. This file will contain the fuzzing logic. [1] [2] [3]

Copy link

github-actions bot commented Dec 31, 2024

Test Results

    8 files  ±0      8 suites  ±0   37s ⏱️ ±0s
  241 tests ±0    241 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 928 runs  ±0  1 928 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 7fc5cb0. ± Comparison against base commit 7b7dd1d.

♻️ This comment has been updated with latest results.

@stephenegriffin stephenegriffin enabled auto-merge (squash) December 31, 2024 17:59
Copy link
Contributor

@bradhugh bradhugh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@stephenegriffin stephenegriffin merged commit e58089a into main Dec 31, 2024
16 checks passed
@stephenegriffin stephenegriffin deleted the u/sgriffin/fuzz branch December 31, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants