Skip to content

Commit

Permalink
Fixed a heap corruption and off-by-one bug in core function (#20)
Browse files Browse the repository at this point in the history
* Update vcpkg-configuration.json

* Added artifacts step

* Update msbuild.yml
  • Loading branch information
nefarius authored Nov 3, 2024
1 parent 2f00320 commit 8862749
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
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"
}
}

0 comments on commit 8862749

Please sign in to comment.