]> Kevux Git Server - fll/commit
Bugfix: remove null pointer check from file stat
authorKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 07:14:39 +0000 (02:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 07:17:25 +0000 (02:17 -0500)
commit329eecdf6d8d1cfce6a762e9826248d1a289eb67
treecde437ab7570787efa1d5ddc86ae3221c5fae25e
parenta279d7d134eaa4668cb7181185a730cfb5c7baa3
Bugfix: remove null pointer check from file stat

Do not assume that stat was passed as an uninitialized pointer.
In the case of passing a class by reference, the stat pointer would be non-zero.
This pointer is not dynamically allocated and therefore not an error.
The null pointer check is therefore invalid for these cases.
level_0/f_file/c/file.c
level_0/f_file/c/file.h