[#]
http://marc.info/?l=openbsd-cvs&m=140817539127470&w=2
openbsd-cvs(obsdave,2) — All
2014-08-16 11:55:08
Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/16 01:49:27
Modified files:
usr.bin/ftp : cmds.c ftp.c small.c util.c
Log message:
I found a number of interactive events which can cause signals, and go
down paths not previously marked as signal handled unsafe. Try to clean
up a few of them especially regarding errno, mark others as unsafe, and
repair a few by avoiding stdio. Glanced at by misc people in Slovenia,
but considered too risky before release..