changeset 97876:2dace62e5e25

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 30 Aug 2008 16:46:54 +0000
parents a77c2abc7237
children b2f9b466af00
files src/ChangeLog
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Aug 30 16:46:06 2008 +0000
+++ b/src/ChangeLog	Sat Aug 30 16:46:54 2008 +0000
@@ -1,5 +1,10 @@
 2008-08-30  Eli Zaretskii  <eliz@gnu.org>
 
+	* w32.c (init_user_info): Allocate buf[] with xmalloc using the size
+	needed by GetTokenInformation.
+	(w32_system_process_attributes): Check return values of all system
+	APIs.
+
 	* msdos.c (IT_display_cursor): Write "CURSOR ON/OFF" to termscript
 	only when the state changes.
 	(IT_update_begin, IT_update_end): Add termscript trace.