Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Bug#482146: sleuthkit: license issues in older versions

3 views
Skip to first unread message
Message has been deleted

Petri Latvala

unread,
May 22, 2008, 6:20:16 PM5/22/08
to
On Thu, May 22, 2008 at 10:05:27PM +0200, Martin Godisch wrote:
> - char *buf = (char *) mymalloc (sizeof (char) * (string_min + 1));
> + /* taken from v2.10 */
> + char *buf = (char *) malloc (sizeof (char) * (string_min + 1));
> + if (malloc == NULL) {
> + fprintf(stderr, "Error allocating memory\n");
> + return;
> + }


I think you mean


if (buf == NULL) {

--
Petri Latvala

signature.asc
Message has been deleted

Luk Claes

unread,
Feb 21, 2009, 2:50:09 PM2/21/09
to
Martin Godisch wrote:
> On Tue, May 20, 2008 at 17:55:31 -0700, Matt Taggart wrote:
>
>> Package: sleuthkit
>> Version: 2.06-3
>>
>> The fedora people discovered that sleuthkit had a license compatibility
>> issue
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=401101
>>
>> according to that bug report, it was solved upstream in 2.10.
>>
>> Can you confirm? Since etch has 2.06 I guess it has it, not sure if
>> anything should be done about that...
>
> Confirmed, patch attached.
>
> Release managers, will you accept this license issue bugfix in stable?

Apparently this mail slipped through the cracks, sorry for the late reply.

Yes, please upload.

Cheers

Luk

--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

0 new messages