Print

Print


  Branch: refs/heads/stable-5.3.x
  Home:   https://github.com/xrootd/xrootd
  Commit: 68e92ba0b01fff8e42f0419b0a5821e9c2e64867
      https://github.com/xrootd/xrootd/commit/68e92ba0b01fff8e42f0419b0a5821e9c2e64867
  Author: Mattias Ellert <[log in to unmask]>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M src/XrdOfs/XrdOfs.cc
    M src/XrdSfs/XrdSfsInterface.cc

  Log Message:
  -----------
  Fix compilation failure on 32 bit (ix86/arm32)

src/XrdOfs/XrdOfs.cc:
error: format '%ld' expects argument of type 'long int',
but argument 4 has type 'off_t' {aka 'long long int'} [-Werror=format=]

src/XrdSfs/XrdSfsInterface.cc:
Type changed from ssize_t (32/64 bits) to off_t (64 bits)
Change cast from (long) to (long long) and format from %ld to %lld


  Commit: 4968677e0e99cd02c3d58ce214027d3aec5098a4
      https://github.com/xrootd/xrootd/commit/4968677e0e99cd02c3d58ce214027d3aec5098a4
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M src/XrdXrootd/XrdXrootdAioPgrw.cc

  Log Message:
  -----------
  [Server] Add missing initializer to avoid SEGV in async pgread/pgwrite.


  Commit: 0536d5cee272b02b5270b2e593c058a8ae9753dd
      https://github.com/xrootd/xrootd/commit/0536d5cee272b02b5270b2e593c058a8ae9753dd
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2021-07-27 (Tue, 27 Jul 2021)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on SEGV patch for sync pgread/pgwrite.


Compare: https://github.com/xrootd/xrootd/compare/f4dc367dff3d...0536d5cee272

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1