Skip to content

Commit 80070c1

Browse files
lib/pass/: Remove malloc(3)-based APIs, as they're unused
In the last commit, we replaced all of these calls by alloca(3)-based variants. Signed-off-by: Alejandro Colomar <[email protected]>
1 parent 5793008 commit 80070c1

File tree

5 files changed

+0
-95
lines changed

5 files changed

+0
-95
lines changed

lib/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,7 @@ libshadow_la_SOURCES = \
136136
pam_defs.h \
137137
pam_pass.c \
138138
pam_pass_non_interactive.c \
139-
pass/agetpass.c \
140-
pass/agetpass.h \
141139
pass/limits.h \
142-
pass/areadpass.c \
143-
pass/areadpass.h \
144140
pass/getpass2.c \
145141
pass/getpass2.h \
146142
pass/passalloca.c \

lib/pass/agetpass.c

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/pass/agetpass.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

lib/pass/areadpass.c

Lines changed: 0 additions & 42 deletions
This file was deleted.

lib/pass/areadpass.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)