mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:13:56 +01:00
Run all exim string expansion tests with empty config file.
Added a short note on memory management.
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
#include <stdbool.h>
|
||||
#include "common.c"
|
||||
|
||||
/* A note on memory management: this code lacks calls to free() for every malloc()ed piece of memory. This is deliberate
|
||||
* as these processes are short-lived and calling free() right before an exit() seems kind of moot.
|
||||
*/
|
||||
|
||||
#define ENVVAR_PASSWORD_NAME "LIBEXIM_PASSWORD"
|
||||
|
||||
void print_usage(char *progname) {
|
||||
|
||||
Reference in New Issue
Block a user