| Summary: | WARNING: unhandled arm64-linux syscall: 162 (setdomainname) | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Marcin Juszkiewicz <marcin> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | mark, sam |
| Priority: | NOR | ||
| Version First Reported In: | 3.11.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=369030 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Marcin Juszkiewicz
2016-09-16 20:38:20 UTC
https://bugs.kde.org/show_bug.cgi?id=369030 - same for amd64 Can we close it? IIRC it was merged into valgrind. Same as for https://bugs.kde.org/show_bug.cgi?id=369030 This has only been implemented for MIPS (but it doesn't do any checks on the supplied name) commit 2604bb753a9ff461550e0d4d0c1ebd3ab6488d6d Author: Martin Cermak <mcermak@redhat.com> Date: Fri Sep 19 09:31:39 2025 +0200 Wrap the setdomainname syscall The setdomainname() call sets the domain name to the value given in the character array name. The len argument specifies the number of bytes in name. (Thus, name does not require a terminating null byte.) Declare a setdomainname wrapper in priv_syswrap-linux.h and hook it for {amd64,arm,arm64,mips64,ppc32,ppc64,riscv64,s390x,x86}-linux using LINX_ with PRE handler in syswrap-linux.c https://bugs.kde.org/show_bug.cgi?id=369030 *** This bug has been marked as a duplicate of bug 369030 *** |