dmalloc
dmalloc copied to clipboard
Remove the static buffer(options) inside process_environ
since it isn't needed anymore after commit:
commit 37daa70f03a45590721a0bddcd23574ccdbf540c
Author: Xiang Xiao <[email protected]>
Date: Sun Apr 18 13:05:24 2021 -0500
Remove 1KB stack buffer from _dmalloc_environ_process (#74)
to save the stack space
and move the NULL check to process_environ to avoid the duplication