Hello, Alperen Erkan, le sam. 25 juil. 2026 11:27:50 +0300, a ecrit: > The only real > issue was the missing NULL check in ipc_kmsg_free(), and instead of silently > swallowing it I just added an assert(kmsg != IKM_NULL), matching how the rest > of the file already handles this kind of precondition. That's the whole patch > now, 5 lines.
Applied, thanks! It was however not trivial because your repository uses a gnumach/ subdirectory, so the patch can't be applied trivially. For much more simplicity, your repository should be actually a series of repositories, each being a clone of the gnu repository: one for gnumach, one for hurd, one for mig. Otherwise it'll always be difficult to move patches between repositories. Samuel
