[macports-legacy-support] branch master updated (34e47c0 -> 61be35a)

Christopher Nielsen mascguy at macports.org
Fri May 31 22:14:50 UTC 2024


Christopher Nielsen (mascguy) pushed a change to branch master
in repository macports-legacy-support.

    from 34e47c0  add test for bug in pthread_get_stacksize_np
     new 9cc5d9a  Add optional security wrapper for stpncpy().
     new 61be35a  Add tests for stpncpy() security wrapper.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                       |   4 +
 include/string.h               |  54 ++++++++++-
 src/stpncpy.c                  |  10 +-
 src/stpncpy_chk.c              |  67 +++++++++++++
 test/test_stpncpy_chk.c        | 209 +++++++++++++++++++++++++++++++++++++++++
 test/test_stpncpy_chk_force1.c |   7 ++
 test/test_stpncpy_chk_forced.c |  12 +++
 7 files changed, 358 insertions(+), 5 deletions(-)
 create mode 100644 src/stpncpy_chk.c
 create mode 100644 test/test_stpncpy_chk.c
 create mode 100644 test/test_stpncpy_chk_force1.c
 create mode 100644 test/test_stpncpy_chk_forced.c



More information about the macports-changes mailing list