forked from vyperlang/vyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: concat buffer bug (vyperlang#3738)
the `concat()` builtin did not respect the `copy_bytes()` API, it allocated a buffer in some cases which did not have enough padding. patches GHSA-2q8v-3gqq-4f8p --------- Co-authored-by: cyberthirst <cyberthirst.eth@gmail.com>
- Loading branch information
1 parent
56b0d4f
commit 55e18f6
Showing
2 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters