Skip to content

Commit

Permalink
feat: release various fixes found using ASAN tests
Browse files Browse the repository at this point in the history
various heap buffer overflows were found applying a new address sanitization test suite, fixes were kindly contributed by @rrralpha

list of fixed filters: curves, dodge, pixs0r, hqdn3d, colortap, keyspillm0pup, cairogradient.

this release should help fix a crash in kdenline related to the curves overflow.

update node to fix action semantic release
  • Loading branch information
jaromil committed May 17, 2023
1 parent c0bbc2f commit 2c45f1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
- name: Install semantic-release
run: |
npm i npx
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
OLD, NOT UPDATED ANYMORE

*** See also the Changes @section in include/frei0r.h or git log
** See also the Release section on https://github.com/dyne/frei0r/releases
* Usernames prefixed by '@' and issues prefixed by '#' refer to github/dyne/frei0r
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ For bug reporting please use our [issue tracker](https://github.com/dyne/frei0r/
You can get in touch with some developers over various dyne.org chat channels, for instance
### https://t.me/dyne_chat
### https://t.me/frei0r
We als have an (old) mailinglist open to [subscription](https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/frei0r) and we provide [public archives](https://lists.dyne.org/lurker/list/frei0r.en.html) of discussions, searchable and indexed online.
Expand Down

0 comments on commit 2c45f1f

Please sign in to comment.