Skip to content

Allow disabling unlink() with -DNO_UNLINK.#625

Merged
pwpiwi merged 1 commit intoProxmark:masterfrom
micolous:no-unlink
Jul 9, 2018
Merged

Allow disabling unlink() with -DNO_UNLINK.#625
pwpiwi merged 1 commit intoProxmark:masterfrom
micolous:no-unlink

Conversation

@micolous
Copy link
Contributor

@micolous micolous commented Jul 6, 2018

This replaces #615, implementing the method of disabling unlink that @pwpiwi suggested in #615 (comment).

Test method: (using standard Linux build)

Normal build:

$ strings client/proxmark3 | grep -c unlink
3

Build with -DNO_UNLINK appended to CFLAGS in client/Makefile:

$ strings client/proxmark3 | grep -c unlink
0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants