From 5046dbb4a7eba5eccfd258f92f4735c9ffc8d069 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 8 Jun 2017 15:39:03 -0400 Subject: Prepare for radical source tree reorganization. All top-level files and directories are moved into a temporary storage directory, REORG.TODO, except for files that will certainly still exist in their current form at top level when we're done (COPYING, COPYING.LIB, LICENSES, NEWS, README), all old ChangeLog files (which are moved to the new directory OldChangeLogs, instead), and the generated file INSTALL (which is just deleted; in the new order, there will be no generated files checked into version control). --- REORG.TODO/WUR-REPORT | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 REORG.TODO/WUR-REPORT (limited to 'REORG.TODO/WUR-REPORT') diff --git a/REORG.TODO/WUR-REPORT b/REORG.TODO/WUR-REPORT new file mode 100644 index 0000000000..d997bd0391 --- /dev/null +++ b/REORG.TODO/WUR-REPORT @@ -0,0 +1,34 @@ +: + +lssek: Probably should be __wur but lseek(fd,SEEK_SET,0) will succeed if + the descriptor is fine. +lseek64: same + +: + +setvbuf: if stream and buffer are fine and other parameters constant, + it cannot really fail. +fseek: see lseek +fseeko: likewise +fgetpos: similarly +fsetpos: likewise + + +: + +atexit: it is guaranteed that a certain number of handlers can be + registered, so some calls might need not be checked +on_exit: same +random functions: one might want to discard a number of results. In any + case, no security problem + + +putenv: probably SHOULD be marked, but we'll wait a bit. +setenv: likewise +unsetenv: likewise +clearenv: likewise + +mbstowcs: probably SHOULD be marked +wcstombs: likewise + +ptsname_r: probably SHOULD be marked -- cgit 1.4.1