public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/25896] New: Incorrect prctl
@ 2020-04-29 15:36 hjl.tools at gmail dot com
  2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2020-04-29 15:36 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

            Bug ID: 25896
           Summary: Incorrect prctl
           Product: glibc
           Version: 2.32
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

sys/prctl.h has

/* Control process execution.  */
extern int prctl (int __option, ...) __THROW;

But sysdeps/unix/sysv/linux/syscalls.list has

sysdeps/unix/sysv/linux/syscalls.list:prctl     EXTRA prctl    i:iiiii  __prctl
     prctl

We cannot implement a function declared as varargs with a non-varargs
definition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/25896] Incorrect prctl
  2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
@ 2020-04-29 20:53 ` hjl.tools at gmail dot com
  2020-05-07 12:32 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2020-04-29 20:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.32
                URL|                            |https://sourceware.org/pipe
                   |                            |rmail/libc-alpha/2020-April
                   |                            |/113387.html

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
A patch is posted at

https://sourceware.org/pipermail/libc-alpha/2020-April/113387.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/25896] Incorrect prctl
  2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
  2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
@ 2020-05-07 12:32 ` hjl.tools at gmail dot com
  2022-11-10  8:33 ` fweimer at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2020-05-07 12:32 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed for 2.32 and 2.30/2.31 branches.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/25896] Incorrect prctl
  2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
  2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
  2020-05-07 12:32 ` hjl.tools at gmail dot com
@ 2022-11-10  8:33 ` fweimer at redhat dot com
  2022-11-10  8:36 ` fweimer at redhat dot com
  2022-11-10 10:23 ` sam at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2022-11-10  8:33 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/25896] Incorrect prctl
  2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2022-11-10  8:33 ` fweimer at redhat dot com
@ 2022-11-10  8:36 ` fweimer at redhat dot com
  2022-11-10 10:23 ` sam at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2022-11-10  8:36 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://sourceware.org/bugz
                   |                            |illa/show_bug.cgi?id=29770

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/25896] Incorrect prctl
  2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2022-11-10  8:36 ` fweimer at redhat dot com
@ 2022-11-10 10:23 ` sam at gentoo dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sam at gentoo dot org @ 2022-11-10 10:23 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

Sam James <sam at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at gentoo dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-10 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
2020-05-07 12:32 ` hjl.tools at gmail dot com
2022-11-10  8:33 ` fweimer at redhat dot com
2022-11-10  8:36 ` fweimer at redhat dot com
2022-11-10 10:23 ` sam at gentoo dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).