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

Fixed a heap corruption and off-by-one bug in core function #20

Merged
merged 3 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration="Release (WinMain)" /p:Platform=${{env.BUILD_PLATFORM}} ${{env.SOLUTION_FILE_PATH}}

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: nefcon
path: ./bin
2 changes: 2 additions & 0 deletions NefConUtil.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
.github\workflows\msbuild.yml = .github\workflows\msbuild.yml
README.md = README.md
.github\workflows\winget.yml = .github\workflows\winget.yml
EndProjectSection
EndProject
Global
Expand Down
7 changes: 4 additions & 3 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
{
"kind": "git",
"repository": "https://github.com/nefarius/nefarius-vcpkg-registry.git",
"baseline": "a012f87f807c6c45a372b5a3a2dcf562a356f1dc",
"baseline": "a51cec12849ac113d4b8436c80bcf0b989668f90",
"packages": [ "neflib" ]
}
],
"default-registry": {
"kind": "builtin",
"baseline": "2024.07.12"
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}
}