[Bug 205569] multimedia/oscam: port updated to contain rc.d script and new feature of dvbapi

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 25 10:42:03 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205569

Thomas Zander <riggs at FreeBSD.org> changed:

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

--- Comment #1 from Thomas Zander <riggs at 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.


More information about the freebsd-ports-bugs mailing list