Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 10:42:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205569] multimedia/oscam: port updated to contain rc.d script and new feature of dvbapi
Message-ID:  <bug-205569-13-qPCeZcAywd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205569-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205569-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205569

Thomas Zander <riggs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |riggs@FreeBSD.org

--- Comment #1 from Thomas Zander <riggs@FreeBSD.org> ---
This seems fishy: From build log

[...]
module-dvbapi.c:4304:2: warning: array index 107 is past the end of the array
(which contains 104 elements) [-Warray-bounds]
        saddr.sun_path[107] = '\0';
        ^              ~~~
/usr/include/sys/un.h:50:2: note: array 'sun_path' declared here
        char    sun_path[104];          /* path name (gag) */
        ^
[...]

We should ensure not to write past array bounds. Could you take a look?

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205569-13-qPCeZcAywd>