1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland
Andreas Kling fc4eae87f8 LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context
Just ignore all these environment flags if the AT_SECURE flag is set in
the program's auxiliary vector.

This prevents a user from tricking set-uid programs into dumping debug
information via environment flags.
2021-01-31 14:37:21 +01:00
..
Applications Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
Demos LibGfx: Implement scaling support for Painter::blit_filtered() 2021-01-25 22:31:07 +01:00
DevTools Inspector: Exit if inspected process has not pledged accept 2021-01-31 09:08:51 +01:00
DynamicLoader DynamicLoader: Remove some unnecessary #includes 2021-01-25 18:57:06 +01:00
Games Conway: Add interactivity 2021-01-22 22:14:08 +01:00
Libraries LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE context 2021-01-31 14:37:21 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services LibIPC: Stop exchanging client/server PIDs in greeting handshake 2021-01-31 09:29:27 +01:00
Shell Shell: Do not bail on signaled if condition 2021-01-26 21:19:22 +01:00
Tests Tests+UserlandEmulator: Demonstrate missing backtraces 2021-01-23 16:47:09 +01:00
Utilities pro: Use a rolling average for the download rate calculation 2021-01-30 14:12:14 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00