Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit553c111

Browse files
committed
Fixed input buffer read overflow in vectorized G-API convertTo implementation.
1 parente3884a9 commit553c111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎modules/gapi/src/backends/fluid/gfluidcore_func.simd.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,7 +2915,7 @@ CV_ALWAYS_INLINE
29152915
typename std::enable_if<DST_SHORT_OR_USHORT,void>::type
29162916
convertto_simd_nocoeff_impl(const uchar* inx, DST* outx)
29172917
{
2918-
v_uint8 a =vx_load(inx);
2918+
v_uint8 a =vx_load_low(inx);
29192919
v_uint16 res =v_expand_low(a);
29202920

29212921
store_i16(outx, res);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp