public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy
@ 2022-01-04 19:27 siddhesh at sourceware dot org
  2022-01-04 19:27 ` [Bug libc/28746] " siddhesh at sourceware dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: siddhesh at sourceware dot org @ 2022-01-04 19:27 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28746
           Summary: _FORTIFY_SOURCE does not work for stpcpy
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: siddhesh at sourceware dot org
          Reporter: siddhesh at sourceware dot org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

The definition for the fortified version of stpcpy and a few other functions
are incorrectly under __USE_GNU when they should be under __USE_XOPEN2K8
because of which, they don't get fortified when _GNU_SOURCE is not defined.

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89748

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

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

* [Bug libc/28746] _FORTIFY_SOURCE does not work for stpcpy
  2022-01-04 19:27 [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy siddhesh at sourceware dot org
@ 2022-01-04 19:27 ` siddhesh at sourceware dot org
  2022-01-12 18:06 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: siddhesh at sourceware dot org @ 2022-01-04 19:27 UTC (permalink / raw)
  To: glibc-bugs

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

Siddhesh Poyarekar <siddhesh at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

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

* [Bug libc/28746] _FORTIFY_SOURCE does not work for stpcpy
  2022-01-04 19:27 [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy siddhesh at sourceware dot org
  2022-01-04 19:27 ` [Bug libc/28746] " siddhesh at sourceware dot org
@ 2022-01-12 18:06 ` cvs-commit at gcc dot gnu.org
  2022-01-12 18:08 ` siddhesh at sourceware dot org
  2022-03-11 15:12 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-12 18:06 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Siddhesh Poyarekar
<siddhesh@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fcfc9086815bf0d277ad47a90ee3fda4c37acca8

commit fcfc9086815bf0d277ad47a90ee3fda4c37acca8
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Wed Jan 12 23:34:48 2022 +0530

    debug: Synchronize feature guards in fortified functions [BZ #28746]

    Some functions (e.g. stpcpy, pread64, etc.) had moved to POSIX in the
    main headers as they got incorporated into the standard, but their
    fortified variants remained under __USE_GNU.  As a result, these
    functions did not get fortified when _GNU_SOURCE was not defined.

    Add test wrappers that check all functions tested in tst-chk0 at all
    levels with _GNU_SOURCE undefined and then use the failures to (1)
    exclude checks for _GNU_SOURCE functions in these tests and (2) Fix
    feature macro guards in the fortified function headers so that they're
    the same as the ones in the main headers.

    This fixes BZ #28746.

    Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

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

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

* [Bug libc/28746] _FORTIFY_SOURCE does not work for stpcpy
  2022-01-04 19:27 [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy siddhesh at sourceware dot org
  2022-01-04 19:27 ` [Bug libc/28746] " siddhesh at sourceware dot org
  2022-01-12 18:06 ` cvs-commit at gcc dot gnu.org
@ 2022-01-12 18:08 ` siddhesh at sourceware dot org
  2022-03-11 15:12 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: siddhesh at sourceware dot org @ 2022-01-12 18:08 UTC (permalink / raw)
  To: glibc-bugs

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

Siddhesh Poyarekar <siddhesh at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.35
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from Siddhesh Poyarekar <siddhesh at sourceware dot org> ---
Fixed.

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

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

* [Bug libc/28746] _FORTIFY_SOURCE does not work for stpcpy
  2022-01-04 19:27 [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy siddhesh at sourceware dot org
                   ` (2 preceding siblings ...)
  2022-01-12 18:08 ` siddhesh at sourceware dot org
@ 2022-03-11 15:12 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-11 15:12 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The release/2.34/master branch has been updated by Siddhesh Poyarekar
<siddhesh@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=224d8c1890b6c57c7e4e8ddbb792dd9552086704

commit 224d8c1890b6c57c7e4e8ddbb792dd9552086704
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Wed Jan 12 23:34:48 2022 +0530

    debug: Synchronize feature guards in fortified functions [BZ #28746]

    Some functions (e.g. stpcpy, pread64, etc.) had moved to POSIX in the
    main headers as they got incorporated into the standard, but their
    fortified variants remained under __USE_GNU.  As a result, these
    functions did not get fortified when _GNU_SOURCE was not defined.

    Add test wrappers that check all functions tested in tst-chk0 at all
    levels with _GNU_SOURCE undefined and then use the failures to (1)
    exclude checks for _GNU_SOURCE functions in these tests and (2) Fix
    feature macro guards in the fortified function headers so that they're
    the same as the ones in the main headers.

    This fixes BZ #28746.

    Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
    Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
    (cherry picked from commit fcfc9086815bf0d277ad47a90ee3fda4c37acca8)

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

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

end of thread, other threads:[~2022-03-11 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 19:27 [Bug libc/28746] New: _FORTIFY_SOURCE does not work for stpcpy siddhesh at sourceware dot org
2022-01-04 19:27 ` [Bug libc/28746] " siddhesh at sourceware dot org
2022-01-12 18:06 ` cvs-commit at gcc dot gnu.org
2022-01-12 18:08 ` siddhesh at sourceware dot org
2022-03-11 15:12 ` cvs-commit at gcc dot gnu.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).