#3810: does not check for errors in stat() call in configure.ac
--------------------+----------------------
Reporter: vinc17 | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: |
--------------------+----------------------
In {{{configure.ac}}} (twice):
{{{
stat ("$mutt_cv_mailpath", &s);
if (s.st_mode & S_IWOTH) exit (0);
exit (1);
}}}
Checking for error is not done, so that this gives unpredictable results
if the {{{stat()}}} call fails.
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3810>
Mutt <http://www.mutt.org/>
The Mutt mail user agent