Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/pass/: Remove malloc(3)-based APIs, as they're unused
Browse files Browse the repository at this point in the history
In the last commit, we replaced all of these calls by alloca(3)-based
variants.

Signed-off-by: Alejandro Colomar <[email protected]>
alejandro-colomar committed Jan 26, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 822aa6d commit 2825292
Showing 3 changed files with 0 additions and 85 deletions.
2 changes: 0 additions & 2 deletions lib/Makefile.am
Original file line number Diff line number Diff line change
@@ -27,8 +27,6 @@ libshadow_la_SOURCES = \
adds.c \
adds.h \
age.c \
agetpass.c \
agetpass.h \
alloc/calloc.c \
alloc/calloc.h \
alloc/malloc.c \
60 changes: 0 additions & 60 deletions lib/agetpass.c

This file was deleted.

23 changes: 0 additions & 23 deletions lib/agetpass.h

This file was deleted.

0 comments on commit 2825292

Please sign in to comment.