serenity/Tests/Kernel
implicitfield b83be2b754 Kernel/FATFS: Fix an off-by-one in create_sfn_from_lfn
With this change, we no longer crash after finding more than one period
in a filename.
2024-11-20 20:47:46 -05:00
..
bind-local-socket-to-symlink.cpp
CMakeLists.txt Tests: Add tests for SFN utilities 2024-11-20 20:47:46 -05:00
crash-fcntl-invalid-cmd.cpp
crash.cpp crash: Use '.option arch' instead of '.option norvc' 2024-10-30 18:41:16 -04:00
elf-execve-mmap-race.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
elf-symbolication-kernel-read-exploit.cpp
fuzz-syscalls.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
kill-pidtid-confusion.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
mmap-write-into-running-programs-executable-file.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
mprotect-multi-region-mprotect.cpp
munmap-multi-region-unmapping.cpp
nanosleep-race-outbuf-munmap.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
null-deref-close-during-select.cpp
null-deref-crash-during-pthread_join.cpp
path-resolution-race.cpp
pthread-cond-timedwait-example.cpp
setpgid-across-sessions-without-leader.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
siginfo-example.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
stress-truncate.cpp
stress-writeread.cpp
TestAnonymousMmap.cpp Tests/Kernel: Add new tests for anonymous mmaps 2024-07-12 08:52:06 -04:00
TestEFault.cpp Tests/Kernel: Add some more EFAULT tests 2024-09-11 12:45:56 -04:00
TestEmptyPrivateInodeVMObject.cpp Tests/Kernel: Add more tests for shared and private mmaps 2024-07-07 18:25:32 +02:00
TestEmptySharedInodeVMObject.cpp Tests/Kernel: Add more tests for shared and private mmaps 2024-07-07 18:25:32 +02:00
TestExt2FS.cpp Tests/Kernel: Add test for Ext2FS reads and writes 2024-08-08 19:04:04 -04:00
TestFileSystemDirentTypes.cpp Tests/Kernel: Add test for /dev/loop directory structure 2024-03-13 15:33:47 -06:00
TestInvalidUIDSet.cpp
TestKCOV.cpp Kernel: Add basic KCOV test and benchmark 2024-04-15 21:16:22 -06:00
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
TestKernelPledge.cpp
TestKernelUnveil.cpp
TestLoopDevice.cpp Tests/Kernel: Add tests for verifying proper loop device support 2024-03-13 15:33:47 -06:00
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestPosixFallocate.cpp
TestPrivateInodeVMObject.cpp Tests/Kernel: Add more tests for shared and private mmaps 2024-07-07 18:25:32 +02:00
TestProcFS.cpp
TestProcFSWrite.cpp
TestSFNUtilities.cpp Kernel/FATFS: Fix an off-by-one in create_sfn_from_lfn 2024-11-20 20:47:46 -05:00
TestSharedInodeVMObject.cpp Tests/Kernel: Add more tests for shared and private mmaps 2024-07-07 18:25:32 +02:00
TestSigAltStack.cpp
TestSigHandler.cpp
TestSigWait.cpp
TestTCPSocket.cpp Kernel+Tests: Don't panic when LocalSocket is already bound 2024-02-23 09:49:23 +01:00
uaf-close-while-blocked-in-read.cpp
unveil-symlinks.cpp