CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/13 08:54:10
Modified files:
usr.bin/ftp : fetch.c
Log message:
Two longjmp(3) vs volatile fixes and improvements
- allocate read buffer before setjmp(3) so that its value is properly
defined when longjmp(3) returns
- only mark as volatile variables modified after setjmp(3) and used
again after a possible return from longjmp(3)
