sfc-gh-mkwiczala commented on code in PR #2117:
URL: https://github.com/apache/orc/pull/2117#discussion_r2139732021


##########
c++/src/Adaptor.hh.in:
##########
@@ -49,6 +49,12 @@ typedef SSIZE_T ssize_t;
   ssize_t pread(int fd, void* buf, size_t count, off_t offset);
 #endif
 
+#if defined(__GNUC__) || defined(__clang__)
+  #define NO_SANITIZE_ATTR 
__attribute__((no_sanitize("signed-integer-overflow", "shift")))

Review Comment:
   Is it possible to fix the code where signed-integer-overflow and shift 
issues were discovered?
   Is it temporary?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to