NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/53261 CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common



The following reply was made to PR kern/53261; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53261 CVS commit: src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common
Date: Wed, 23 May 2018 11:14:50 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Wed May 23 11:14:49 UTC 2018
 
 Modified Files:
 	src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
 	    sanitizer_linux.cc
 
 Log Message:
 Cherry-pick upstream patch for internal_mmap() in GCC sanitizers
 
 Fix internal_mmap() on 32-bit NetBSD platforms
 
 There is need to use internal_syscall64() instead of internal_syscall_ptr().
 The offset argument of type off_t is always 64-bit.
 
 http://llvm.org/viewvc/llvm-project?view=revision&revision=333075
 
 PR kern/53261 by Martin Husemann
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 \
     src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index