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

Fix: Add missing va_end call #3798

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Conversation

derskythe
Copy link
Contributor

@derskythe derskythe commented Jul 21, 2024

By PR #3797

What's new

  • The changes ensure that the va_end function is always called after c_vsnprintf in mjs_array.c

Verification

  • In mjs_array.c by heap

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

The changes ensure that the `va_end` function is always called after `c_vsnprintf` in `mjs_array.c`
@hedger hedger added Bug JS JS Runtime, loader and API labels Jul 21, 2024
@skotopes skotopes merged commit 56fef61 into flipperdevices:dev Jul 31, 2024
11 checks passed
ofabel pushed a commit to ofabel/flipperzero-firmware that referenced this pull request Sep 26, 2024
…erdevices#3798)

The changes ensure that the `va_end` function is always called after `c_vsnprintf` in `mjs_array.c`

Co-authored-by: あく <alleteam@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug JS JS Runtime, loader and API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants