Re: [PR] fix CLStream memcpy read 1 extra byte [doris-thirdparty]

2024-09-21 Thread via GitHub
xiaokang merged PR #241: URL: https://github.com/apache/doris-thirdparty/pull/241 -- 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: commits-unsubscr...@do

Re: [PR] fix CLStream memcpy read 1 extra byte [doris-thirdparty]

2024-09-15 Thread via GitHub
xiaokang merged PR #240: URL: https://github.com/apache/doris-thirdparty/pull/240 -- 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: commits-unsubscr...@do

[PR] fix CLStream memcpy read 1 extra byte [doris-thirdparty]

2024-09-14 Thread via GitHub
xiaokang opened a new pull request, #241: URL: https://github.com/apache/doris-thirdparty/pull/241 It should only the length passed from argument, instead of `length + 1`, which may cause ASAN global-buffer-overflow. ``` void init(const void *_value, int32_t _length, bool copyD

[PR] fix CLStream memcpy read 1 extra byte [doris-thirdparty]

2024-09-14 Thread via GitHub
xiaokang opened a new pull request, #240: URL: https://github.com/apache/doris-thirdparty/pull/240 (no comment) -- 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 unsubscri