libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libcdio-devel] [PATCH] buffer overflow and fixes from static analys


From: Honza Horak
Subject: Re: [Libcdio-devel] [PATCH] buffer overflow and fixes from static analysis
Date: Tue, 31 May 2011 15:50:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Lightning/1.0b3pre Thunderbird/3.1.10

On 05/30/2011 09:27 PM, Rocky Bernstein wrote:
The patches you attached have been applied with some changes.

Some changes were needed because you patched against the last release
version rather than the current git sources.

One change to lib/driver/gnu_linux.c was:
+      if ( mnt_dev&&  mnt_dev ) {

which is weird to test against the same thing. I assume you meant:
+      if ( mnt_type&&  mnt_dev ) {

Yes, that was a mistake.

I don't have the Coverty static analysis tool. So please check over the
current git sources to see if brings up any problems that might have been
introduced since 0.82 or in my applying the patches with changes.

The attached file libcdio-20110531-hhorak.patch fixes another two issues found in current git source.

Nevertheless, there are more problems reported by Coverity, but the rest of them I consider not relevant or even false positive. The log is attached for further investigation too.

Cheers,

Honza

Attachment: libcdio-20110531-hhorak.patch
Description: Text document

Attachment: libcdio-20110531-static-hhorak.log
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]