diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-09-08 07:01:32 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-09-08 07:05:12 +0200 |
commit | d29c9ac181e03339642a838aad4bb51c176ae66d (patch) | |
tree | a0c9d09a8ea152dfa58afb72ba8617baa8491512 /COPYING | |
parent | 24b128490dbfcb6d93247114993639a0298c596b (diff) |
daemon: check return value of chdir() in daemon_start_fork_pid()
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DAX25_SYSCONFDIR=\"/usr/local/etc/ax25/\" -DAX25_LOCALSTATEDIR=\"/usr/local/var/ax25/\" -O2 -Wall -D_FORTIFY_SOURCE=2 -flto -MT daemon.lo -MD -MP -MF .deps/daemon.Tpo -c daemon.c -fPIC -DPIC -o .libs/daemon.o
daemon.c: In function ‘daemon_start_fork_pid’:
daemon.c:167:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
chdir("/");
^~~~~~~~~~
Found by FORTIFY_SOURCE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions