Joshua J. Drake
Joshua J. Drake
Once too much memory is used, low memory killer comes in and meddles with our strategy. BOO.
The following shows the relevant code. When the SOCK_TIMESTAMP flag is not set in possibly already allocated and in-use objects, this function will set it thus corrupting the object. This...
When synchronizing the parent and child processes using the pipe, the child might read the parent's status data before the parent is able to. I added a "sleep(1);" between the...
I ran into a particular scenario where checksec can provide a false sense of security. Let me try to explain. 1. Custom code is written and compiled with -fstack-protector 2....