]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Fix bug #12621 with crashes on MS-Windows in LookupAccountSid.
[gnu-emacs] / src / ChangeLog
index f3af852f9e99b5841dc54dfda1de2c9039a69d2d..fe30528da9167086226f4d58553ced36382e0366 100644 (file)
@@ -1,9 +1,34 @@
+2012-12-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32.c (get_name_and_id): Always pass NULL as the first argument
+       of lookup_account_sid.  Avoids crashes with UNC file names that
+       refer to DFS domains, not to specific machine names.  (Bug#12621)
+       Remove now unused argument FNAME; all callers changed.
+       (get_file_owner_and_group): Remove now unused argument FNAME; all
+       callers changed.
+
+2012-12-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * search.c (search_buffer): Check the inverse translations of each
+       character in pattern when the buffer being searched is unibyte.
+       (Bug#13084)
+
+2012-12-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * fileio.c (Fvisited_file_modtime): Return (-1 ...) for nonexistent
+       files, fixing a regression from 24.2.
+       (Fverify_visited_file_modtime): Don't read uninitialized st.st_size.
+
+2012-12-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsterm.m (fd_handler:): FD_ZERO fds (Bug#13103).
+
 2012-12-08  Fabrice Popineau  <fabrice.popineau@gmail.com>
 
        * w32fns.c (cache_system_info): Cast sysinfo_cache.dwPageSize to
        DWORD_PTR, for compatibility with 64-bit builds.
 
-       * w32.c (_PROCESS_MEMORY_COUNTERS_EX): 
+       * w32.c (_PROCESS_MEMORY_COUNTERS_EX):
        (GetProcessWorkingSetSize_Proc, get_process_working_set_size)
        (system_process_attributes): Use SIZE_T rather than DWORD, for
        compatibility with 64-bit builds.