NetBSD/usr.bin/mail
shm 6dd74ebc31 Add check for space presence after comma in skin()
Check if comma is followed by space, otherwise it may lead to overflow in the
output buffer as space might be extra appended to the output buffer without
consuming anything from the input. This condition breaks the assumption that
length(input) >= length(output) while the code relies on it.
2023-09-08 20:46:45 +00:00
..
USD.doc
misc
Makefile Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@) 2023-08-03 14:56:36 +00:00
cmd1.c
cmd2.c
cmd3.c
cmd4.c
cmdtab.c
collect.c
complete.c
complete.h
def.h
dotlock.c
edit.c
extern.h avoid various use-after-free issues. 2023-08-10 20:36:28 +00:00
fio.c mail: Fix regression for recent use-after-free fix 2023-08-23 03:49:00 +00:00
format.c Fix check_bufsize() incorrect behaviour 2023-09-08 14:34:02 +00:00
format.h
getname.c
glob.h
head.c
lex.c explicitly truncate display name string size. 2023-08-11 07:01:01 +00:00
list.c
mail.1
main.c
mime.h
mime_attach.c
mime_attach.h
mime_child.c
mime_child.h
mime_codecs.c
mime_codecs.h
mime_decode.c
mime_decode.h
mime_detach.c
mime_detach.h
mime_header.c
mime_header.h
names.c
pathnames.h
popen.c
quit.c
rcv.h
send.c
sig.c
sig.h
strings.c
support.c Add check for space presence after comma in skin() 2023-09-08 20:46:45 +00:00
temp.c
thread.c mail: Fix regression for recent use-after-free fix 2023-08-23 03:49:00 +00:00
thread.h avoid various use-after-free issues. 2023-08-10 20:36:28 +00:00
tty.c
v7.local.c
vars.c Fixed undefined behaviour in hash() 2023-09-08 14:22:04 +00:00
version.c