xscope: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Jun 9 18:20:08 PDT 2010


 scope.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0e3496a1551d3b0947f8fd20cd78275ab81278ed
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jun 9 13:56:28 2010 -0400

    Use strncpy rather than strlcpy as it is not available on Linux
    
    Because it is available on other platforms, it only fails on Linux.
    strncpy should be safe enough in this situation where a constant is copied.
    The xserver private impl of strlcpy is not available to apps.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list