Open
Conversation
8a03a5b to
677228d
Compare
f447feb to
9ebbc5f
Compare
9ebbc5f to
a31c60f
Compare
found with -fsanitize=undefined: transaction_files.c:890:8: runbime error: null pointer passed as argument 1, which is declared to never be null /usr/include/stdlib.h:971:30: note: nonnull attribute specified here SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior transaction_files.c:890:8
ae4c6bb to
8a78d69
Compare
8a78d69 to
2ecbbe0
Compare
domsim1
reviewed
Feb 27, 2026
| "%s/xbps-src show-build-deps %s 2>&1", bpath, pkgn); | ||
| fp = popen(cmd, "r"); | ||
| if (!fp) { | ||
| xbps_error_printf("faile to run xbps-src show-build-deps\n"); |
There was a problem hiding this comment.
typo: missing d in failed
Suggested change
| xbps_error_printf("faile to run xbps-src show-build-deps\n"); | |
| xbps_error_printf("failed to run xbps-src show-build-deps\n"); |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.