xfsinfo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Sep 29 02:17:48 UTC 2018


 xfsinfo.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a52c1c5bd9751bed74c3bdc2b2c8dd1078f601f4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Sep 23 16:58:16 2018 -0700

    Correctly report maximum request size when sizeof(long) != 4
    
    The protocol spec says:
      The MAXIMUM-REQUEST-LENGTH specifies the largest request size in
      4-byte units that is accepted by the server
    
    The code worked on 32-bit platforms, where longs were 4 bytes, but
    overreports the number of bytes allowed on platforms with 64-bit longs.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list