Skip to content

Error cleanup#681

Open
Duncaen wants to merge 30 commits intovoid-linux:masterfrom
Duncaen:error-cleanup
Open

Error cleanup#681
Duncaen wants to merge 30 commits intovoid-linux:masterfrom
Duncaen:error-cleanup

Conversation

@Duncaen
Copy link
Member

@Duncaen Duncaen commented Feb 26, 2026

No description provided.

@Duncaen Duncaen force-pushed the error-cleanup branch 2 times, most recently from f447feb to 9ebbc5f Compare February 26, 2026 20:26
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
"%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");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants