History log of /freebsd-10-stable/usr.bin/mail/edit.c
Revision Date Author Comments
# 336953 31-Jul-2018 markj

Revert r335693, r335694, r335695 by eadler.

They cause mail(1) to crash in certain scenarios.

PR: 230196
Reported by: Pete French <petefrench@ingresso.co.uk>


# 335694 27-Jun-2018 eadler

MFC r302776, r302799:

mail(1): Bring some fixes from other BSDs.

- Use varargs properly
- Use pid_t
- Better handling of error conditions on forked jobs.
- Some prototype and warning cleanups.

Fix missing forked job changes from r302776 in wait_child().


# 270756 28-Aug-2014 pfg

MFC r270256:
Always check the limits of array index variables before using them.

Obtained from: DragonFlyBSD


# 270756 28-Aug-2014 pfg

MFC r270256:
Always check the limits of array index variables before using them.

Obtained from: DragonFlyBSD