CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/02 16:27:43
Modified files:
usr.sbin/httpd : server_file.c
Log message:
struct stat from early file inspection was being used after actual file
open() which means the stat could refer to the wrong file. Mostly this
relates to st_size use. This bug could mean that httpd sends new files
truncated to the old length, saying "I am sure you have the correct file now"?
Could have other bad effects.
ok tb millert bluhm
