xserver/hw/xfree86/parser
Matthieu Herrb e3e14369c6 Fix a double-free on syntax error without a new line.
$ echo "#foo\nfoo" > custom_config $ X -config custom_config

will trigger the double free because the contents of xf86_lex_val.str
have been realloc()ed aready  when free is called in read.c:209.

This copies the lex token and adds all the necessary free() calls to
avoid leaking it

(cherry picked from commit fbc034e847)

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1719>
2024-10-22 21:07:14 +00:00
..
Configint.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
configProcs.h xfree86/parser: annotate xf86ConfigSymTabRec as constant data 2016-04-18 11:36:29 -04:00
Device.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
DRI.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Extensions.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Files.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Flags.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Input.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
InputClass.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Layout.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Makefile.am Remove default defines of some directories. 2017-04-25 15:01:23 -07:00
meson.build Add a Meson build system alongside autotools. 2017-04-26 15:25:27 -07:00
Module.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Monitor.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
OutputClass.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Pointer.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
read.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
scan.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Screen.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Vendor.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
Video.c Fix a double-free on syntax error without a new line. 2024-10-22 21:07:14 +00:00
write.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86Optrec.h Drop trailing whitespaces 2014-11-12 10:25:00 +10:00
xf86Parser.h xfree86: Remove Option "BiosBase" (v2) 2017-02-16 11:34:46 -05:00
xf86tokens.h xfree86: Remove NoTrapSignals 2018-09-12 20:47:15 +00:00