
The previous approach of storing pointers to messages structures for thread-blocking sendrec operations relied on several assumptions, which if violated could lead to odd cases of memory corruption. With this patch, VFS resets pointers right after use, avoiding that any dangling pointers are accidentally dereferenced later. This approach was already used in some cases, but not all of them. Change-Id: I752d994ea847b46228bd2ccf4e537deceb78fbaf
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%