Null Pointer: "Before the Microsoft-centric developer world goes completely gaga at the company's Professional Developer Conference in the coming days, it's worth noting a couple of open source milestones that may have slipped under the radar."
null pointerMicrosoft playing nicely with open sourceLinux Today Tue, 11/17/2009 - 11:33
Null Pointer: "Before the Microsoft-centric developer world goes completely gaga at the company's Professional Developer Conference in the coming days, it's worth noting a couple of open source milestones that may have slipped under the radar." NULL pointer errors are still common in Open Source softwareLinux Today Thu, 09/24/2009 - 09:40
InternetNews: "Latest Coverity Scan report shows lower defect densities but NULL pointer errors are still common" Null pointers, one month laterLinux Today Tue, 09/01/2009 - 14:05
LWN.net: "...it should be safe to assume that steps were taken to prevent null pointer vulnerabilities from opening up systems in the future. Linux NULL pointer dereference due to incorrect proto_ops initia...Linux Today Fri, 08/14/2009 - 06:03
cr0 blog: "Tavis Ormandy and myself have recently found and investigated a Linux kernel vulnerability. Avoid a Void: eradicating null-pointer dereferencingLambda the Ultimate - Programming Languages Weblog Mon, 08/10/2009 - 18:02
The problem of void calls, or null pointer dereferencing, plagues programs written in any language using pointers or references with a "null" or "void" value.
x, a reference, should normally denote an object but can be void, in which case the call will fail and produce an exception, often leading to a crash. Detecting Data Race and Atomicity Violation via Typestate-Guided...Lambda the Ultimate - Programming Languages Weblog Mon, 04/06/2009 - 23:56
Detecting Data Race and Atomicity Violation via Typestate-Guided Static Analysis. The correctness of typestate properties in a multithreaded program often depends on the assumption of certain concurrency invariants. |