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 #5741 don't crash when vkCreateDevice fails #5742

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

Upliner
Copy link
Contributor

@Upliner Upliner commented Oct 17, 2024

This patch should fix #5741 and prevent crash if vkCreateDevice fails or unable to create dummy buffer image.

@github-actions github-actions bot added the core label Oct 17, 2024
@tencent-adm
Copy link
Member

tencent-adm commented Oct 17, 2024

CLA assistant check
All committers have signed the CLA.

@nihui nihui closed this Oct 17, 2024
@nihui nihui reopened this Oct 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.98%. Comparing base (70310e9) to head (a326f08).
Report is 19 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5742       +/-   ##
===========================================
- Coverage   94.58%   89.98%    -4.60%     
===========================================
  Files         787      265      -522     
  Lines      248626    78776   -169850     
===========================================
- Hits       235164    70887   -164277     
+ Misses      13462     7889     -5573     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nihui nihui self-assigned this Oct 17, 2024
src/net.cpp Show resolved Hide resolved
@nihui nihui merged commit cbd17cd into Tencent:master Oct 18, 2024
67 of 71 checks passed
@nihui
Copy link
Member

nihui commented Oct 18, 2024

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App crashes when vkCreateDevice fails
4 participants