1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 05:01:02 -08:00
emacs/src
Paul Eggert 3e3e23fb88 Fix pointer misuse in JSON parser
* src/json.c (lisp_to_json_toplevel_1): Fix pointer misuse not
caught by C type checking (json_t ** converted to void * where
the program expected json_t *).  Bug caught on Fedora 28 x86-64 via
'./configure CFLAGS="-g3 -O2 -fsanitize=address" CANNOT_DUMP=yes'.
Avoid similar problems in the future by rewriting to use
json_t * instead of json_t **.
2018-06-09 17:57:29 -07:00
..
bitmaps
.dbxinit
.gdbinit Add debug facility for formatting in rr sessions 2018-06-09 17:46:05 -07:00
alloc.c Remove AddressSanitizer bug workaround 2018-06-08 23:54:50 -07:00
atimer.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
atimer.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bidi.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
blockinput.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
buffer.c New function record_unwind_protect_excursion 2018-06-07 19:11:49 -07:00
buffer.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bytecode.c New function record_unwind_protect_excursion 2018-06-07 19:11:49 -07:00
callint.c Fix off-by-one history pruning (bug#31211) 2018-05-02 20:18:07 -04:00
callproc.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
casefiddle.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
casetab.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
category.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
category.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ccl.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ccl.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.2 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.3 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.4 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.5 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.6 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.7 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.8 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.9 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.10 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.11 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.12 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.13 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
character.c Merge from origin/emacs-26 2018-02-17 07:50:28 -08:00
character.h Merge from origin/emacs-26 2018-02-17 07:50:28 -08:00
charset.c ; Fix doc typos related to indefinite articles 2018-02-16 16:33:36 -05:00
charset.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
chartab.c Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
cm.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cm.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cmds.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
coding.c Merge from origin/emacs-26 2018-02-17 07:50:28 -08:00
coding.h ; * src/coding.h (surrogates_to_codepoint): Add prototype. 2018-01-15 14:15:53 +02:00
commands.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
composite.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
composite.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
conf_post.h Remove AddressSanitizer bug workaround 2018-06-08 23:54:50 -07:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
cygw32.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cygw32.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
data.c Lisp reader now checks for integer overflow 2018-03-29 11:03:07 -07:00
dbusbind.c ; Fix doc typos related to indefinite articles 2018-02-16 16:33:36 -05:00
decompress.c Make Fzlib_decompress_region always call the change hooks in a balanced way. 2018-01-12 16:31:35 +00:00
deps.mk Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dired.c Improve documentation of 'directory-files-and-attributes' 2018-06-01 11:27:29 +03:00
dispextern.h Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
dispnew.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
disptab.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
doc.c Stop keeping multiple doc copies for items defined multiple times 2018-02-13 14:22:16 -08:00
doprnt.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
dosfns.c Stop keeping multiple doc copies for items defined multiple times 2018-02-13 14:22:16 -08:00
dosfns.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dynlib.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dynlib.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
editfns.c Minor cleanup of save_excursion_restore 2018-06-07 19:11:50 -07:00
emacs-icon.h An overdue update of src/emacs-icon.h 2018-01-14 17:27:19 -08:00
emacs-module.c More porting to GCC 8 of --enable-gcc-warnings 2018-05-03 11:17:32 -07:00
emacs-module.h.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacs.c GNOME moved URLs for its active bug reports 2018-05-26 16:44:09 -07:00
emacsgtkfixed.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacsgtkfixed.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epaths.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
eval.c New function record_unwind_protect_excursion 2018-06-07 19:11:49 -07:00
fileio.c Fix decoding of directories when "~" includes non-ASCII chars 2018-06-02 12:37:19 +03:00
filelock.c Add detailed documentation about lock files 2018-06-01 15:06:20 +02:00
firstfile.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
floatfns.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
fns.c * src/fns.c (Fstring_distance): Minor code reformatting. 2018-04-28 10:41:27 +03:00
font.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
font.h Improve GC+Cairo workaround 2018-04-04 10:59:53 -07:00
fontset.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
fontset.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
frame.c Port --enable-gcc-warnings to GCC 8 2018-04-30 17:17:54 -07:00
frame.h Fix some tooltip related problems 2018-01-18 10:36:47 +01:00
fringe.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
ftcrfont.c Improve GC+Cairo workaround 2018-04-04 10:59:53 -07:00
ftfont.c Fix ftfont_open2 failure cleanup 2018-06-07 19:11:49 -07:00
ftfont.h Prefer HTTPS to FTP and HTTP in documentation 2017-09-13 15:54:37 -07:00
ftxfont.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
getpagesize.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gfilenotify.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gmalloc.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
gnutls.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gnutls.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
gtkutil.c GNOME moved URLs for its active bug reports 2018-05-26 16:44:09 -07:00
gtkutil.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image.c Fix some problems in the Cairo build 2018-06-02 12:33:13 +03:00
indent.c * src/indent.c (Findent_to): Doc fix. (Bug#30260) 2018-01-27 12:11:28 +02:00
indent.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
inotify.c ; Fix doc typos related to indefinite articles 2018-02-16 16:33:36 -05:00
insdel.c Centralize Bug#30931 fix 2018-03-30 14:26:26 -07:00
intervals.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
intervals.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
json.c Fix pointer misuse in JSON parser 2018-06-09 17:57:29 -07:00
keyboard.c Correctly set last_nonmenu_event when replaying 2018-06-09 17:46:05 -07:00
keyboard.h Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
keymap.c ; Fix doc typos related to indefinite articles 2018-02-16 16:33:36 -05:00
keymap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
kqueue.c Use fcntl.h in kqueue.c 2018-01-15 09:12:44 +01:00
lastfile.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
lcms.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lisp.h Port alignment verification to x86 --with-wide-int 2018-06-08 08:09:00 -07:00
lread.c Fix read buffer overrun on overflowed integers 2018-06-09 17:18:29 -07:00
macfont.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macfont.m Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
macros.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macros.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macuvs.h Import the latest IVD_Sequences.txt 2017-12-12 21:41:23 +02:00
Makefile.in Minimally support Flymake in Emacs C sources 2018-06-02 01:47:19 +01:00
marker.c Centralize Bug#30931 fix 2018-03-30 14:26:26 -07:00
menu.c Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
menu.h Port --enable-gcc-warnings to GCC 8 2018-04-30 17:17:54 -07:00
minibuf.c Fix off-by-one history pruning (bug#31211) 2018-05-02 20:18:07 -04:00
module-env-25.h * src/module-env-25.h (copy_string_contents): Fix comment. 2017-07-01 20:02:24 +02:00
module-env-26.h emacs-module.h: Create emacs_env_26 2017-06-17 19:16:14 +02:00
msdos.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
msdos.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
nsfns.m Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
nsfont.m Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsgui.h Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsimage.m Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsmenu.m Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsselect.m Normalize and fix some mistakes in NS-related commentary 2018-03-19 20:35:24 +01:00
nsterm.h Simplify represented filename handling (bug#30800) 2018-03-30 12:33:42 +01:00
nsterm.m Merge from origin/emacs-26 2018-06-04 09:25:22 -07:00
print.c Add debug facility for formatting in rr sessions 2018-06-09 17:46:05 -07:00
process.c Fix wait_reading_process_output wait_proc hang 2018-06-02 12:13:12 +03:00
process.h Fix wait_reading_process_output wait_proc hang 2018-06-02 12:13:12 +03:00
profiler.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ptr-bounds.h Update copyright year to 2018 2018-01-01 01:25:56 -08:00
puresize.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ralloc.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
README Update copyright year to 2018 2018-01-01 00:57:59 -08:00
regex.c Port --enable-gcc-warnings to GCC 8 2018-04-30 17:17:54 -07:00
regex.h Raise limit of regexp repetition (Bug#24914) 2018-01-26 20:49:44 -05:00
region-cache.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
region-cache.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
search.c Note caveat for backward regexp searching in docstring (Bug#31584) 2018-05-25 07:54:30 -04:00
sheap.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sheap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sound.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
syntax.c Merge from origin/emacs-26 2018-03-20 08:59:39 -07:00
syntax.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sysdep.c Revert overenthusiastic procfs fixup 2018-03-12 10:37:05 -07:00
sysselect.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syssignal.h Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
sysstdio.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
systhread.c Make error checking for thread functions stricter. 2018-06-09 18:47:10 +02:00
systhread.h Make error checking for thread functions stricter. 2018-06-09 18:47:10 +02:00
systime.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
systty.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
syswait.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
term.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
termcap.c ; Comments related to src/termcap.c 2018-01-05 18:50:31 -08:00
termchar.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
termhooks.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
terminal.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
terminfo.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
termopts.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
textprop.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
thread.c Fix module support if threads are disabled (Bug#30106) 2018-01-18 20:14:36 +01:00
thread.h Fix module support if threads are disabled (Bug#30106) 2018-01-18 20:14:36 +01:00
tparam.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tparam.h Port --enable-gcc-warnings to GCC 8 2018-04-28 16:56:48 -07:00
undo.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexaix.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexcoff.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexcw.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexec.h
unexelf.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
unexsol.c
unexw32.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vm-limit.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w16select.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
w32.c Allow access to MS-Windows Registry from Lisp programs 2018-05-29 20:52:17 +03:00
w32.h Allow access to MS-Windows Registry from Lisp programs 2018-05-29 20:52:17 +03:00
w32common.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32console.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32cygwinx.c Add battery support to all Cygwin builds 2018-01-13 13:16:47 -05:00
w32fns.c Allow access to MS-Windows Registry from Lisp programs 2018-05-29 20:52:17 +03:00
w32font.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32font.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32gui.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32heap.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32heap.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32inevt.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32inevt.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32menu.c Stop keeping multiple doc copies for items defined multiple times 2018-02-13 14:22:16 -08:00
w32notify.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
w32proc.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32reg.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
w32select.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
w32select.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32term.c Allow underline position variables be buffer-local 2018-03-10 13:14:28 +02:00
w32term.h Fix some tooltip related problems 2018-01-18 10:36:47 +01:00
w32uniscribe.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32xfns.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widget.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widget.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widgetprv.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
window.c New function record_unwind_protect_excursion 2018-06-07 19:11:49 -07:00
window.h Make tooltip code handle scenarios from Bug#30182 and Bug#30399 2018-02-10 10:18:38 +01:00
xdisp.c Add support for per-window face remapping 2018-06-07 21:03:30 -07:00
xfaces.c Fix formatting in the face filter change 2018-06-08 21:21:47 -07:00
xfns.c Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
xfont.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xftfont.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xgselect.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xgselect.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xmenu.c ; Replace "Written by" with standard "Author:" header in some C files 2018-02-13 14:29:59 -08:00
xml.c (libxml-parse-html-region): Make DISCARD-COMMENTS obsolete 2018-04-14 19:06:51 +02:00
xrdb.c Fix crashes when run with --no-build-details 2018-02-08 09:31:20 -08:00
xselect.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xsettings.c ; Fix doc typos related to indefinite articles 2018-02-16 17:33:57 -05:00
xsettings.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xsmfns.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xterm.c Fix some problems in the Cairo build 2018-06-02 12:33:13 +03:00
xterm.h Fix some tooltip related problems 2018-01-18 10:36:47 +01:00
xwidget.c Fit kill_buffer_xwidgets into 80 2018-06-07 19:11:50 -07:00
xwidget.h Make xwidget-webkit-execute-script safe against GC (Bug#31545) 2018-05-21 22:51:20 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2018 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.