Bug 13853
Summary: | found a possible null pointer dereference in file ariadne.c | ||
---|---|---|---|
Product: | Drivers | Reporter: | Martin Ettl (ettl.martin) |
Component: | Network | Assignee: | drivers_network (drivers_network) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, crindy646 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.30 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | A proposed patch generated automatically by tool R2Fix |
Description
Martin Ettl
2009-07-27 13:12:51 UTC
Created attachment 48962 [details]
A proposed patch generated automatically by tool R2Fix
Fix the bug by moving deference to pointer "dev" after NULL check.
This patch was generated automatically by the tool R2Fix.
Thanks for the fix! What is this tool R2Fix? What does it do? Many thanks in advance. Martin R2Fix is our current project. The goal of R2Fix is to generate patches automatically from initial bug reports. Hope that it would help developers save their time. And this is one of the patches R2Fix generated based on open bug reports. Thanks. : ) Jinqiu (In reply to comment #2) > Thanks for the fix! > What is this tool R2Fix? What does it do? > Many thanks in advance. > > Martin This bug has been fixed and commited in git. commit id: 75c0fd93c7d42362134e74fd381072a7642fcc3d |