On 01/28/2015 04:46 PM, Rickard Strandqvist wrote:
Variable ar assigned a value that is never used.
s/ar/rc/
I have also removed all the code that thereby serves no purpose.
This was found using a static code analysis program called cppcheck
Signed-off-by: Rickard Strandqvist
---
drivers
On 01/29/2015 12:47 PM, Rickard Strandqvist wrote:
Fix a possible null pointer dereference, there is
otherwise a risk of a possible null pointer dereference.
This was found using a static code analysis program called cppcheck
Signed-off-by: Rickard Strandqvist
---
drivers/staging/lustre/lust
On 01/29/2015 01:47 PM, Rickard Strandqvist wrote:
2015-01-29 20:40 GMT+01:00 Frank Zago :
On 01/29/2015 12:47 PM, Rickard Strandqvist wrote:
Fix a possible null pointer dereference, there is
otherwise a risk of a possible null pointer dereference.
This was found using a static code analysis
7;s simple enough to make the variable unsigned which pleases
the static checker and makes it easier to audit.
Signed-off-by: Dan Carpenter
Dmitry do you this this could be placed under place under LU-6303 or does a new
ticket need to be open.
I also CC Frank Zago who is very familiar with