Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-06 | xcursor: Fix heap overflows when parsing malicious files | Tobias Stoeckmann | |
It is possible to trigger heap overflows due to an integer overflow while parsing images. The integer overflow occurs because the chosen limit 0x10000 for dimensions is too large for 32 bit systems, because each pixel takes 4 bytes. Properly chosen values allow an overflow which in turn will lead to less allocated memory than needed for subsequent reads. See also: https://cgit.freedesktop.org/xorg/lib/libXcursor/commit/?id=4794b5dd34688158fb51a2943032569d3780c4b8 https://gitlab.freedesktop.org/wayland/wayland/commit/5d201df72f3d4f4cb8b8f75f980169b03507da38 | |||
2018-11-06 | Use _POSIX_C_SOURCE, use shm_open | emersion | |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-04-25 | Don't use the wlr_ prefix for static functions | emersion | |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault | |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson | |
2018-02-12 | Reformat all #include directives | emersion | |
2018-01-18 | output: add wlr_output::damage, fixes #572 | emersion | |
2017-12-08 | move get_resize_name to xcursor | Tony Crisci | |
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-08-30 | Refactor meson build files | Tony Crisci | |
Use tabs for indentation and break up function calls over 80 col. | |||
2017-08-18 | rename wlr_cursor.c to wlr_xcursor.c | Tony Crisci | |
2017-08-18 | rename wlr_cursor to wlr_xcursor | Tony Crisci | |
This is for the implementation of another type that should be called wlr_cursor. | |||
2017-08-14 | Fix style issues | nyorain | |
2017-08-13 | Fix #64 | Drew DeVault | |
2017-08-11 | Refactor meson and move xdg-shell into wlroots | Drew DeVault | |
2017-08-08 | Add logging in wlr_cursor | Drew DeVault | |
2017-08-07 | Add xcursor sublibrary | Drew DeVault | |