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 patch makefile and unfuzzy some early patches. #466

Merged
merged 1 commit into from
May 5, 2024

Conversation

stikonas
Copy link
Collaborator

@stikonas stikonas commented May 5, 2024

Some small fixes from my riscv runs:

  1. patch makefile tries to define some multibyte type as void since we don't support multibyte strings in meslibc). That upsets tcc 0.9.28 (mob). Replace it with void*.
  2. unfyzzy some patches. Pre musl build of riscv crashes on fuzzy patches (where patch context does not match what is in the actual file) due to some bug in varargs (crash is triggereed when info message is being printed).

@stikonas stikonas requested review from Googulator and fosslinux May 5, 2024 09:15
@stikonas stikonas merged commit f5eb51c into fosslinux:master May 5, 2024
7 checks passed
@stikonas stikonas deleted the fixes branch May 5, 2024 21:54
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