Skip to content

Commit

Permalink
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]>
  • Loading branch information
alejandro-colomar committed Jan 22, 2025
1 parent 58bf300 commit f024191
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 97 deletions.
4 changes: 0 additions & 4 deletions lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ libshadow_la_SOURCES = \
pam_defs.h \
pam_pass.c \
pam_pass_non_interactive.c \
pass/agetpass.c \
pass/agetpass.h \
pass/areadpass.c \
pass/areadpass.h \
pass/getpassa.c \
pass/getpassa.h \
pass/passzero.c \
Expand Down
7 changes: 0 additions & 7 deletions lib/pass/agetpass.c

This file was deleted.

22 changes: 0 additions & 22 deletions lib/pass/agetpass.h

This file was deleted.

44 changes: 0 additions & 44 deletions lib/pass/areadpass.c

This file was deleted.

20 changes: 0 additions & 20 deletions lib/pass/areadpass.h

This file was deleted.

0 comments on commit f024191

Please sign in to comment.