cve_id
stringclasses
497 values
cve_published
stringclasses
497 values
cve_descriptions
stringclasses
494 values
cve_metrics
dict
cve_references
listlengths
1
23
cve_configurations
listlengths
1
5
url
stringclasses
506 values
cve_tags
sequencelengths
1
4
domain
stringclasses
1 value
issue_owner_repo
sequencelengths
2
2
issue_body
stringlengths
2
8.04k
issue_title
stringlengths
1
346
issue_comments_url
stringlengths
59
81
issue_comments_count
int64
0
146
issue_created_at
timestamp[ns]
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
40
62
issue_github_id
int64
128M
2.4B
issue_number
int64
67
125k
label
bool
2 classes
issue_msg
stringlengths
120
8.18k
issue_msg_n_tokens
int64
120
8.18k
issue_embedding
sequencelengths
3.07k
3.07k
__index_level_0__
int64
2
4.69k
CVE-2020-25663
2020-12-08T21:15:12.420
A call to ConformPixelInfo() in the SetImageAlphaChannel() routine of /MagickCore/channel.c caused a subsequent heap-use-after-free or heap-buffer-overflow READ when GetPixelRed() or GetPixelBlue() was called. This could occur if an attacker is able to submit a malicious image file to be processed by ImageMagick and could lead to denial of service. It likely would not lead to anything further because the memory is used as pixel data and not e.g. a function pointer. This flaw affects ImageMagick versions prior to 7.0.9-0.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 8.6, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1891601" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1723" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1723#issuecomment-718275153" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "A8FFBE52-1112-43E2-BC1B-D1388F18988C", "versionEndExcluding": "7.0.8-56", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1723
[ "Exploit", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap-use-after-free at MagickCore/pixel-accessor.h:378:10 in GetPixelRed ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/file/d/1liJ7nJK0A4M_us-LuLZjwmqKXukx3nbO/view?usp=sharing) please run a following cmd with poc file. `magick $PoC -despeckle -flip -monochrome -alpha Shape tmp.rla` Here's ASAN log. ``` ==8370==ERROR: AddressSanitizer: heap-use-after-free on address 0x62a000024200 at pc 0x000000796779 bp 0x7ffdf7956b10 sp 0x7ffdf7956b08 READ of size 4 at 0x62a000024200 thread T0 #0 0x796778 in GetPixelRed ImageMagick/./MagickCore/pixel-accessor.h:378:10 #1 0x7938d7 in GetPixelIntensity ImageMagick/MagickCore/pixel.c:2367:24 #2 0x258de7a in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1298:28 #3 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #4 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #5 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #6 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #7 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #8 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #9 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #10 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #11 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x421849 in _start (magick+0x421849) 0x62a000024200 is located 0 bytes inside of 22592-byte region [0x62a000024200,0x62a000029a40) freed by thread T0 here: #0 0x4e1530 in __interceptor_free.localalias.0 (magick+0x4e1530) #1 0x6c76f0 in RelinquishAlignedMemory ImageMagick/MagickCore/memory.c:1037:3 #2 0x245efb2 in RelinquishPixelCachePixels ImageMagick/MagickCore/cache.c:974:40 #3 0x24e304f in OpenPixelCache ImageMagick/MagickCore/cache.c:3762:19 #4 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #5 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #6 0x2601f04 in SetImageColorspace ImageMagick/MagickCore/colorspace.c:1244:10 #7 0x2609fa7 in TransformsRGBImage ImageMagick/MagickCore/colorspace.c:1981:11 #8 0x2605cc8 in TransformImageColorspace ImageMagick/MagickCore/colorspace.c:1407:12 #9 0x70c801 in ConformPixelInfo ImageMagick/MagickCore/pixel.c:232:12 #10 0x258da15 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1294:9 #11 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #12 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #13 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #14 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #15 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #16 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #17 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #18 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #19 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 previously allocated by thread T0 here: #0 0x4e2338 in __interceptor_posix_memalign (magick+0x4e2338) #1 0x6bcd6a in AcquireAlignedMemory ImageMagick/MagickCore/memory.c:265:7 #2 0x24e0cbd in OpenPixelCache ImageMagick/MagickCore/cache.c:3733:46 #3 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #4 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #5 0x56d7ad in SetImageStorageClass ImageMagick/MagickCore/image.c:2625:10 #6 0x258d244 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1266:14 #7 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #8 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #9 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #10 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #11 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #12 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #13 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #14 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #15 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-use-after-free ImageMagick/./MagickCore/pixel-accessor.h:378:10 in GetPixelRed Shadow bytes around the buggy address: 0x0c547fffc7f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc810: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc820: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc830: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c547fffc840:[fd]fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc850: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc860: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc870: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc880: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc890: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==8370==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-68 Q16 x86_64 2019-10-06 https://imagemagick.org - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-6 CXX=clang++6 CFLAGS="-fsanitize=address,undefined -g" CXXFLAGS="-fsanitize=address,undefined -g" ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! -->
heap-use-after-free at MagickCore/pixel-accessor.h in GetPixelRed
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1723/comments
4
2019-10-06T12:41:15
2020-10-29T00:07:54Z
https://github.com/ImageMagick/ImageMagick/issues/1723
503,095,531
1,723
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-use-after-free at MagickCore/pixel-accessor.h in GetPixelRed Issue date: --- start body --- ### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am using the latest version of ImageMagick - [x] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported ### Description <!-- A description of the bug or feature --> There is a heap-use-after-free at MagickCore/pixel-accessor.h:378:10 in GetPixelRed ### Steps to Reproduce <!-- List of steps, sample code, failing test or link to a project that reproduces the behavior. Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues --> [poc](https://drive.google.com/file/d/1liJ7nJK0A4M_us-LuLZjwmqKXukx3nbO/view?usp=sharing) please run a following cmd with poc file. `magick $PoC -despeckle -flip -monochrome -alpha Shape tmp.rla` Here's ASAN log. ``` ==8370==ERROR: AddressSanitizer: heap-use-after-free on address 0x62a000024200 at pc 0x000000796779 bp 0x7ffdf7956b10 sp 0x7ffdf7956b08 READ of size 4 at 0x62a000024200 thread T0 #0 0x796778 in GetPixelRed ImageMagick/./MagickCore/pixel-accessor.h:378:10 #1 0x7938d7 in GetPixelIntensity ImageMagick/MagickCore/pixel.c:2367:24 #2 0x258de7a in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1298:28 #3 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #4 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #5 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #6 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #7 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #8 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #9 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #10 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #11 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #12 0x421849 in _start (magick+0x421849) 0x62a000024200 is located 0 bytes inside of 22592-byte region [0x62a000024200,0x62a000029a40) freed by thread T0 here: #0 0x4e1530 in __interceptor_free.localalias.0 (magick+0x4e1530) #1 0x6c76f0 in RelinquishAlignedMemory ImageMagick/MagickCore/memory.c:1037:3 #2 0x245efb2 in RelinquishPixelCachePixels ImageMagick/MagickCore/cache.c:974:40 #3 0x24e304f in OpenPixelCache ImageMagick/MagickCore/cache.c:3762:19 #4 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #5 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #6 0x2601f04 in SetImageColorspace ImageMagick/MagickCore/colorspace.c:1244:10 #7 0x2609fa7 in TransformsRGBImage ImageMagick/MagickCore/colorspace.c:1981:11 #8 0x2605cc8 in TransformImageColorspace ImageMagick/MagickCore/colorspace.c:1407:12 #9 0x70c801 in ConformPixelInfo ImageMagick/MagickCore/pixel.c:232:12 #10 0x258da15 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1294:9 #11 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #12 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #13 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #14 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #15 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #16 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #17 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #18 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #19 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 previously allocated by thread T0 here: #0 0x4e2338 in __interceptor_posix_memalign (magick+0x4e2338) #1 0x6bcd6a in AcquireAlignedMemory ImageMagick/MagickCore/memory.c:265:7 #2 0x24e0cbd in OpenPixelCache ImageMagick/MagickCore/cache.c:3733:46 #3 0x2506bd7 in GetImagePixelCache ImageMagick/MagickCore/cache.c:1757:18 #4 0x2533d59 in SyncImagePixelCache ImageMagick/MagickCore/cache.c:5501:28 #5 0x56d7ad in SetImageStorageClass ImageMagick/MagickCore/image.c:2625:10 #6 0x258d244 in SetImageAlphaChannel ImageMagick/MagickCore/channel.c:1266:14 #7 0x625776b in CLISimpleOperatorImage ImageMagick/MagickWand/operation.c:1765:18 #8 0x6250c70 in CLISimpleOperatorImages ImageMagick/MagickWand/operation.c:3685:12 #9 0x632eddb in CLIOption ImageMagick/MagickWand/operation.c:5302:16 #10 0x5588f52 in ProcessCommandOptions ImageMagick/MagickWand/magick-cli.c:477:7 #11 0x55910cc in MagickImageCommand ImageMagick/MagickWand/magick-cli.c:796:5 #12 0x559b0e3 in MagickCommandGenesis ImageMagick/MagickWand/mogrify.c:185:14 #13 0x51c3e5 in MagickMain ImageMagick/utilities/magick.c:149:10 #14 0x519c69 in main ImageMagick/utilities/magick.c:180:10 #15 0x7fdc4a357b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-use-after-free ImageMagick/./MagickCore/pixel-accessor.h:378:10 in GetPixelRed Shadow bytes around the buggy address: 0x0c547fffc7f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc800: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc810: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc820: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fffc830: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c547fffc840:[fd]fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc850: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc860: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc870: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc880: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c547fffc890: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==8370==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-68 Q16 x86_64 2019-10-06 https://imagemagick.org - Environment (Operating system, version and so on): Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic - Additional information: CC=clang-6 CXX=clang++6 CFLAGS="-fsanitize=address,undefined -g" CXXFLAGS="-fsanitize=address,undefined -g" ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
7,538
[ -0.040803104639053345, -0.01668344810605049, -0.004887728951871395, -0.000345785403624177, 0.025615129619836807, 0.020360393449664116, -0.011065132915973663, 0.02897651679813862, -0.008204525336623192, 0.03015643171966076, -0.011943208985030651, -0.015970012173056602, 0.020236913114786148, 0.00881506223231554, 0.005854984745383263, 0.0030698368791490793, -0.03679688274860382, 0.036961521953344345, -0.04036406800150871, -0.015284014865756035, 0.003941053058952093, -0.031912583857774734, -0.038498155772686005, 0.03874511271715164, -0.01647765003144741, 0.008376023732125759, -0.0034660000819712877, 0.022939741611480713, -0.008156505413353443, 0.0024815944489091635, 0.01819264143705368, 0.0226241834461689, 0.005806965287774801, 0.01468033716082573, 0.009885217994451523, -0.0008549238555133343, 0.03553464636206627, 0.06667891144752502, 0.03745543956756592, 0.025944408029317856, -0.0070589096285402775, -0.05372729152441025, 0.006318032741546631, -0.00918550044298172, -0.028784437105059624, -0.007532247807830572, 0.01878259889781475, -0.012821285054087639, -0.03523280844092369, 0.02439405582845211, 0.012059828266501427, 0.008382883854210377, -0.014213859103620052, -0.05117538198828697, 0.016875527799129486, -0.03762007877230644, 0.04719659686088562, 0.02103267051279545, 0.010777014307677746, -0.02152658812701702, -0.02339250035583973, 0.02808471955358982, 0.0037969937548041344, 0.021718667820096016, -0.015050775371491909, -0.031144266948103905, 0.0076351473107934, -0.01221074815839529, -0.01323288306593895, 0.002435289556160569, -0.019413717091083527, -0.02472333423793316, 0.020401552319526672, 0.038882315158843994, 0.00021255190949887037, 0.04398613050580025, 0.03800423815846443, -0.012087267823517323, -0.041159823536872864, 0.02134822867810726, -0.06437396258115768, 0.017822204157710075, -0.04535812512040138, 0.055483441799879074, 0.041571423411369324, -0.003232761053368449, -0.011703110300004482, -0.07567919790744781, -0.021773546934127808, -0.011854029260575771, 0.010756433941423893, 0.021691227331757545, 0.024298015981912613, 0.010488894768059254, 0.022514423355460167, 0.0010461455676704645, -0.008218244649469852, -0.010070436634123325, -0.03907439112663269, 0.031940024346113205, -0.020072273910045624, -0.01216958835721016, 0.00450357049703598, 0.01754780486226082, 0.025505371391773224, 0.0158328115940094, -0.01435105875134468, -0.025436772033572197, 0.015064495615661144, 0.12227211892604828, -0.008437763899564743, -0.016999008134007454, 0.005666335579007864, 0.013178003951907158, 0.014954735524952412, 0.028427718207240105, 0.016957847401499748, 0.0076831672340631485, -0.037729837000370026, -0.026369726285338402, -0.023721778765320778, -0.04321781545877457, 0.017410606145858765, 0.023941297084093094, -0.010694693773984909, 0.0103516960516572, 0.01937255635857582, -0.019153038039803505, -0.015901412814855576, -0.005896144546568394, -0.00949419941753149, -0.03295530006289482, 0.00849264394491911, -0.011675669811666012, 0.002157460665330291, -0.00890424195677042, -0.02141682803630829, 0.036632243543863297, 0.016738329082727432, -0.010036136955022812, -0.051257699728012085, -0.05449560657143593, 0.022761382162570953, 0.021169869229197502, 0.007758626714348793, 0.010777014307677746, -0.015187975019216537, 0.011799149215221405, -0.007593987509608269, -0.020236913114786148, -0.021252188831567764, -0.008211384527385235, 0.029305795207619667, -0.008856222033500671, 0.05219065770506859, 0.0009458184358663857, 0.01801428198814392, 0.03339433670043945, -0.03141866624355316, -0.021636348217725754, -0.017534084618091583, -0.03446449339389801, 0.010873053222894669, -0.015146815218031406, 0.0011696249712258577, -0.02406477741897106, -0.017685003578662872, 0.010495754890143871, -0.00035843346267938614, 0.025450490415096283, -0.0012931044911965728, 0.004928888753056526, 0.0003492153773549944, -0.010818174108862877, -0.05855670943856239, 0.015476093627512455, -0.004150282125920057, 0.010818174108862877, -0.00831428449600935, -0.04338245466351509, 0.01216958835721016, -0.013637621887028217, -0.006115663796663284, 0.0009192360448651016, 0.023612018674612045, -0.007820366881787777, 0.018713999539613724, -0.04110494256019592, -0.00046090426621958613, 0.01946859620511532, 0.008547523058950901, -0.03781215846538544, 0.025820929557085037, -0.0325985811650753, 0.038882315158843994, -0.0031795965041965246, -0.017095046117901802, -0.04063846543431282, 0.030321070924401283, -0.04598924145102501, -0.003941053058952093, -0.022171424701809883, -0.0297448318451643, 0.0009415309759788215, 0.004205162171274424, 0.02560141123831272, -0.02536817081272602, 0.031144266948103905, 0.029909471049904823, -0.022816263139247894, -0.018796319141983986, -0.022994620725512505, 0.004321781452745199, 0.007799786515533924, -0.031171707436442375, 0.024709613993763924, -0.014831256121397018, -0.0013505567330867052, -0.025477930903434753, 0.01336322259157896, -0.004479561001062393, -0.007353888358920813, -0.01565445214509964, -0.02734384313225746, -0.02451753430068493, -0.012574326246976852, 0.004520720802247524, -0.004139992408454418, -0.036879200488328934, -0.0023512549232691526, 0.004198302049189806, -0.03863535448908806, 0.022020505741238594, -0.022404663264751434, 0.013665061444044113, -0.002550194039940834, -0.015174254775047302, 0.001155905076302588, -0.00940501969307661, 0.0193451177328825, -0.0047711096704006195, 0.018617959693074226, -0.024915413931012154, -0.003947913181036711, 0.04755331575870514, 0.04417821019887924, -0.0452483668923378, -0.02339250035583973, -0.03339433670043945, 0.01993507519364357, 0.018329842016100883, -0.03893719241023064, -0.02226746454834938, -0.0076351473107934, 0.0036700842902064323, -0.026589246466755867, 0.01988019421696663, -0.020579911768436432, -0.01775360479950905, -0.012718386016786098, 0.05408400669693947, 0.020566191524267197, -0.019921354949474335, 0.005059228278696537, 0.023735499009490013, 0.002680533565580845, -0.013157423585653305, -0.0024661594070494175, -0.00045147183118388057, 0.0010349981021136045, 0.02224002406001091, -0.007038329727947712, -0.007868385873734951, -0.048211872577667236, -0.038470715284347534, 0.0013925740495324135, 0.018082883208990097, -0.0025964989326894283, 0.01698528788983822, -0.024558695033192635, 0.014145259745419025, 0.0033716754987835884, -0.01004299707710743, 0.024942852556705475, 0.0005205002962611616, 0.000831771467346698, 0.026040447875857353, -0.02082687057554722, -0.036906640976667404, -0.018590521067380905, -0.0060264840722084045, 0.001819607219658792, -0.027947520837187767, 0.0010941652581095695, 0.006901130545884371, 0.004057672806084156, -0.002665098523721099, -0.016752047464251518, -0.014241298660635948, 0.0015383483842015266, -0.023433659225702286, -0.038168877363204956, 0.005120967980474234, 0.023612018674612045, 0.0007040044874884188, 0.01609349064528942, -0.03163818642497063, 0.034327294677495956, 0.014886136166751385, -0.012293067760765553, 0.04917227104306221, -0.043547093868255615, 0.009926377795636654, -0.02085431106388569, -0.008691582828760147, -0.020840590819716454, -0.009713718667626381, -0.014776377007365227, 0.0025176091585308313, 0.0006388347828760743, -0.04486420750617981, -0.04255925863981247, -0.020744550973176956, 0.02341993898153305, 0.015421213582158089, 0.019948795437812805, -0.018178923055529594, 0.030266189947724342, -0.10443619638681412, 0.026438327506184578, -0.018864918500185013, -0.03487608954310417, -0.022967182099819183, -0.006551271770149469, 0.03012899123132229, -0.04310805723071098, -0.012437126599252224, 0.05062658339738846, 0.035370007157325745, 0.027206644415855408, -0.012416547164320946, 0.013431822881102562, -0.01128465123474598, -0.032653458416461945, 0.004805409349501133, -0.017863363027572632, 0.009000281803309917, 0.006743350997567177, 0.02144426852464676, 0.007278428878635168, 0.0009526784415356815, 0.047388676553964615, 0.006907990202307701, 0.02406477741897106, 0.008348584175109863, 0.009226660244166851, -0.020044833421707153, -0.0160660520195961, 0.005189567804336548, -0.030019231140613556, 0.021924465894699097, -0.05103818327188492, -0.003646074328571558, 0.00023838397464714944, 0.017877083271741867, 0.006215133238583803, -0.008547523058950901, -0.00576580548658967, -0.004404101055115461, 0.005882424768060446, -0.02985459193587303, 0.07809390872716904, -0.03682432323694229, 0.022939741611480713, -0.02439405582845211, -0.045083727687597275, 0.020332952961325645, 0.013740520924329758, -0.03901951387524605, 0.004863718990236521, -0.016642289236187935, 0.013665061444044113, 0.04667523875832558, -0.013884580694139004, 0.04785515367984772, 0.032763220369815826, -0.007395048160105944, 0.024846812710165977, 0.00917178113013506, -0.043574534356594086, -0.04225742071866989, 0.028372839093208313, -0.01881003938615322, -0.04170862212777138, -0.006307743024080992, 0.029991792514920235, 0.012697805650532246, -0.02433917671442032, 0.025944408029317856, -0.051586978137493134, 0.014076659455895424, -0.024709613993763924, 0.01054377481341362, 0.030650349333882332, -0.02595812827348709, 0.022349784150719643, 0.026712724938988686, 0.004476130940020084, 0.04143422096967697, -0.0018899219576269388, 0.023639459162950516, 0.006901130545884371, -0.04055614769458771, 0.00918550044298172, 0.037290800362825394, 0.007148089352995157, -0.0016721178544685245, 0.014186419546604156, -0.02108754962682724, 0.01621697098016739, -0.037757277488708496, -0.006582141853868961, -0.02064851112663746, 0.03622064366936684, 0.0013128268765285611, -0.0032722060568630695, -0.010434015654027462, 0.012437126599252224, 0.01727340556681156, -0.024256855249404907, -0.035068169236183167, -0.017204806208610535, -0.0029515023343265057, -0.008355444297194481, -0.022432103753089905, -0.015791652724146843, -0.03015643171966076, -0.027659401297569275, -0.019592076539993286, -0.001003270735964179, 0.0007863241480663419, 0.02867467701435089, -0.04286109656095505, -0.02459985390305519, -0.019564636051654816, -0.03446449339389801, -0.014598017558455467, 0.002371834823861718, 0.007250988855957985, -0.026602966710925102, -0.044672127813100815, 0.04950154945254326, 0.0017492924816906452, -0.0359736867249012, 0.023666897788643837, -0.01565445214509964, -0.036577362567186356, 0.0000293692501145415, 0.020744550973176956, 0.01221074815839529, 0.012114708311855793, 0.009288400411605835, -0.016930406913161278, -0.02498401328921318, -0.015201695263385773, 0.02936067432165146, 0.0103516960516572, 0.005978464614599943, 0.012443986721336842, -0.011373830959200859, 0.0035843346267938614, 0.04050126671791077, -0.0018882069271057844, -0.0023615448735654354, -0.002435289556160569, 0.03021131083369255, -0.002937782322987914, -0.005968174431473017, 0.01736944541335106, -0.04801979288458824, 0.004675069823861122, -0.04983082786202431, -0.03586392477154732, 0.017355725169181824, 0.02800239995121956, 0.01045459508895874, 0.0018916368717327714, 0.014858696609735489, -0.03781215846538544, -0.006101944018155336, 0.02088174968957901, 0.012052968144416809, -0.007305868901312351, -0.03095218725502491, -0.004904878791421652, 0.014460817910730839, -0.022281184792518616, -0.025999289005994797, 0.028894197195768356, 0.014255018904805183, 0.018617959693074226, -0.014652897603809834, 0.013404382392764091, -0.02933323383331299, 0.015380053780972958, -0.04327269643545151, -0.01742432452738285, 0.012636065483093262, -0.04179093986749649, -0.04058358445763588, 0.02385897748172283, -0.027947520837187767, 0.025971848517656326, -0.03163818642497063, 0.025244692340493202, -0.0089934216812253, 0.03778471797704697, -0.00745678786188364, 0.00900714099407196, 0.009741158224642277, -0.012258767150342464, -0.026959683746099472, 0.020209472626447678, 0.03937623277306557, 0.038553036749362946, -0.0015203410293906927, 0.03413521498441696, -0.0025742040015757084, 0.033833373337984085, -0.018206361681222916, 0.02208910509943962, 0.0056457556784152985, -0.016999008134007454, 0.030074112117290497, -0.005515416618436575, 0.02531329169869423, -0.027000844478607178, -0.004959758836776018, 0.006314603146165609, -0.01621697098016739, -0.007792926859110594, 0.04673011973500252, -0.018329842016100883, -0.008760182186961174, -0.04785515367984772, 0.013507282361388206, -0.01795940287411213, 0.03860791400074959, -0.008719022385776043, 0.005436526611447334, 0.004757389426231384, -0.02495657280087471, 0.015201695263385773, 0.012190167792141438, -0.003724964102730155, 0.00468192994594574, 0.006064213812351227, -0.0030252470169216394, 0.027549641206860542, 0.012697805650532246, 0.01660112850368023, -0.020072273910045624, 0.02188330702483654, 0.0065924315713346004, -0.010605514980852604, -0.015613293275237083, 0.0026222236920148134, 0.0259032491594553, -0.036165766417980194, -0.018563080579042435, 0.01946859620511532, -0.006187693681567907, 0.019303957000374794, -0.009981256909668446, -0.009905797429382801, -0.0019190767779946327, -0.013280902989208698, -0.03487608954310417, -0.019839035347104073, -0.019482316449284554, 0.013500422239303589, -0.0239824578166008, 0.005052368156611919, 0.011250351555645466, 0.015023335814476013, -0.02303578145802021, 0.013932600617408752, 0.019043277949094772, 0.0014697486767545342, -0.023762937635183334, 0.00030698368209414184, 0.018233802169561386, -0.02767312154173851, 0.0013248318573459983, 0.013383802957832813, -0.015352614223957062, 0.0171910859644413, -0.008389743976294994, 0.000045795663027092814, -0.0036186345387250185, -0.023735499009490013, 0.01742432452738285, 0.00773118669167161, -0.03339433670043945, -0.01027623564004898, -0.015901412814855576, 0.009857777506113052, -0.009014001116156578, 0.009967537596821785, 0.015572133474051952, 0.024325456470251083, 0.036549922078847885, 0.0028640376403927803, 0.008952261880040169, 0.03402545303106308, -0.029635073617100716, 0.027151763439178467, 0.02064851112663746, -0.032735779881477356, -0.01140127144753933, 0.014556857757270336, -0.06069701910018921, 0.008190805092453957, 0.01801428198814392, 0.02221258543431759, 0.023227861151099205, -0.048568591475486755, -0.008321144618093967, -0.012821285054087639, -0.011257211677730083, -0.01754780486226082, 0.025999289005994797, 0.019331397488713264, -0.030074112117290497, -0.031116826459765434, 0.029497873038053513, 0.029909471049904823, 0.0075253876857459545, -0.018947238102555275, 0.0024935994297266006, -0.0036220645997673273, 0.006925140507519245, -0.007820366881787777, -0.0015709332656115294, -0.02490169368684292, 0.001025565667077899, 0.01317114382982254, 0.012485146522521973, 0.020072273910045624, 0.021430548280477524, -0.06366052478551865, 0.002695968374609947, 0.007621427532285452, 0.01813776232302189, 0.012876165099442005, 0.0021780405659228563, 0.0364401638507843, 0.04714171960949898, -0.01747920550405979, -0.034272413700819016, -0.002792007988318801, -0.01200494822114706, -0.05460536479949951, -0.010866193100810051, 0.02549165114760399, -0.007244129199534655, -0.009521638974547386, -0.04417821019887924, 0.027028284966945648, 0.01872771978378296, -0.0017578675178810954, -0.007319588679820299, -0.002692538546398282, 0.022404663264751434, -0.009034581482410431, -0.016930406913161278, 0.019893914461135864, 0.00781350675970316, -0.026506926864385605, 0.04999546706676483, 0.009885217994451523, -0.020566191524267197, 0.000055469292419729754, 0.004819129593670368, -0.026479486376047134, 0.008917962200939655, 0.01601117104291916, 0.00881506223231554, -0.013582741841673851, -0.04793747514486313, 0.02743988297879696, -0.017726164311170578, -0.001219359808601439, 0.012608625926077366, -0.004647630266845226, -0.00918550044298172, 0.004129702225327492, -0.00753910792991519, -0.019893914461135864, -0.023515978828072548, -0.021307067945599556, 0.013870860449969769, 0.006064213812351227, 0.024970293045043945, -0.00236325990408659, 0.03937623277306557, -0.004510430619120598, 0.016491370275616646, -0.001233937218785286, 0.010975953191518784, -0.013658201321959496, 0.021252188831567764, -0.04176349937915802, 0.01698528788983822, 0.010406575165688992, -0.006290593184530735, -0.02941555343568325, -0.007868385873734951, 0.014419658109545708, -0.013047664426267147, -0.01624440960586071, -0.010193916037678719, -0.03172050416469574, -0.03984270989894867, 0.017890803515911102, 0.007182389032095671, 0.01200494822114706, -0.0013548441929742694, 0.03399801626801491, 0.01450197771191597, -0.004434971138834953, 0.00027075447724200785, 0.0025964989326894283, 0.005800105165690184, 0.00372839393094182, -0.018316121771931648, 0.018467040732502937, -0.023515978828072548, 0.022528143599629402, 0.01639533042907715, 0.022171424701809883, -0.008952261880040169, 0.031555864959955215, -0.024791933596134186, 0.00018918512796517462, -0.01200494822114706, 0.0035809045657515526, 0.0040199426002800465, -0.017492925748229027, 0.03298274055123329, -0.011689390055835247, 0.0030218169558793306, 0.020072273910045624, -0.0332571379840374, -0.019454875960946083, -0.011264071799814701, 0.0002203765616286546, -0.012327367439866066, 0.014378498308360577, -0.023941297084093094, -0.0045584505423903465, 0.013006504625082016, -0.011421850882470608, 0.002970367204397917, 0.012889884412288666, 0.017890803515911102, 0.020442713052034378, -0.02790636010468006, 0.024462655186653137, 0.011819729581475258, 0.011792289093136787, -0.012306787073612213, -0.02224002406001091, 0.01487241592258215, 0.002159175695851445, -0.0039101834408938885, 0.0077380468137562275, 0.012025528587400913, 0.014858696609735489, 0.05334313213825226, -0.024380335584282875, -0.00794384628534317, -0.047004517167806625, 0.04055614769458771, -0.0016755477990955114, -0.009967537596821785, 0.02011343464255333, -0.0023495398927479982, -0.026095328852534294, -0.0004118126234970987, -0.013191723264753819, 0.027988679707050323, 0.04708683863282204, -0.008472063578665257, -0.021128710359334946, -0.025093773379921913, 0.0013145419070497155, -0.00017396456678397954, -0.007285289000719786, -0.043931253254413605, -0.02551909163594246, -0.002277510240674019, -0.027179203927516937, -0.019921354949474335, -0.002778288209810853, -0.027398722246289253, -0.021842146292328835, 0.04382149130105972, -0.02380409836769104, 0.02554653026163578, 0.019262798130512238, -0.003690664190798998, 0.011023973114788532, 0.001110457698814571, 0.004098832607269287, -0.03893719241023064, 0.0006894270773045719, -0.017259685322642326, 0.00658557191491127, -0.004242891911417246, -0.023612018674612045, -0.010907352901995182, -0.0036289244890213013, -0.032269302755594254, -0.02442149631679058, -0.004976908676326275, 0.0021008660551160574, 0.015242855064570904, 0.005834404844790697, 0.029223475605249405, -0.020621072500944138, -0.01975671574473381, 0.016559969633817673, 0.026438327506184578, -0.010591794736683369, 0.024023616686463356, -0.009288400411605835, 0.0053233373910188675, -0.03224186226725578, 0.03534257039427757, -0.009535359218716621, 0.003433415200561285, -0.01373366080224514, -0.014762656763195992, -0.0016746902838349342, -0.0297448318451643, -0.03740055859088898, 0.007285289000719786, -0.0068153808824718, 0.012738965451717377, 0.02418825589120388, 0.0191118773072958, -0.02226746454834938, 0.01231364719569683, -0.008108485490083694, 0.004026802722364664, -0.010008697398006916, -0.0018127472139894962, 0.01367192156612873, -0.01550353318452835, 0.024586135521531105, 0.007518528029322624, -0.003560324665158987, 0.004109122324734926, 0.030321070924401283, 0.02442149631679058, -0.007772346958518028, 0.002301520202308893, -0.0019962515216320753, -0.01023507583886385, -0.015819093212485313, 0.011181752197444439, 0.03490353003144264, 0.0004904879024252295, -0.0286197979003191, -0.01109257247298956, 0.010612374171614647, -0.012835005298256874, 0.03778471797704697, 0.015393774025142193, -0.01081131398677826, 0.0013565592234954238, -0.005608025938272476, 0.013781680725514889, -0.000710435735527426, -0.03841583430767059, -0.010818174108862877, -0.009823477827012539, -0.02531329169869423, -0.004863718990236521, -0.015873972326517105, 0.008835642598569393, -0.04244949668645859, -0.02259674295783043, 0.035809047520160675, 0.03509560972452164, -0.024284295737743378, -0.022994620725512505, -0.039705511182546616, -0.025820929557085037, 0.0037935636937618256, 0.006685041356831789, 0.02134822867810726, 0.0005136402905918658, -0.0019190767779946327, 0.02829051949083805, 0.04450748860836029, -0.001386571559123695, 0.001965381670743227, 0.003899893257766962, 0.030046671628952026, -0.014817536808550358, 0.0053782169707119465, -0.01939999684691429, -0.0052924673072993755, 0.007415628060698509, -0.0003811571223195642, -0.01568189263343811, -0.0037489740643650293, 0.03056802973151207, 0.016079770401120186, 0.0012107847724109888, -0.00905516091734171, 0.0025484790094196796, -0.011435571126639843, -0.03833351656794548, -0.029168594628572464, 0.02019575424492359, 0.009391299448907375, 0.0035740446764975786, 0.008197665214538574, -0.0026462336536496878, 0.01312998402863741, 0.012265627272427082, -0.002978942357003689, -0.004657919984310865, -0.006750211119651794, 0.005117537919431925, -0.029305795207619667, -0.038882315158843994, 0.009459899738430977, 0.011469870805740356, 0.008712162263691425, -0.00550169637426734, 0.01913931779563427, -0.004102262668311596, 0.0014920436078682542, -0.02108754962682724, -0.028125880286097527, -0.01747920550405979, -0.019207917153835297, 0.0012913894606754184, 0.009425600059330463, -0.005975034553557634, -0.025217251852154732, 0.017204806208610535, -0.01875516027212143, 0.003556894836947322, 0.0160660520195961, 0.027577081695199013, 0.013212303631007671, 0.01811032183468342, -0.04837651178240776, -0.008108485490083694, -0.0002943356230389327, 0.0109142130240798, -0.06371540576219559, 0.003978782799094915, -0.01898839883506298, -0.017232246696949005, 0.002918917452916503, 0.017492925748229027, 0.014447098597884178, 0.028400277718901634, -0.015736771747469902, 0.024887973442673683, -0.021773546934127808, -0.03399801626801491, -0.028153318911790848, 0.005618316121399403, -0.029909471049904823, -0.010591794736683369, 0.05411144718527794, -0.003594624577090144, -0.0006139673641882837, -0.0286197979003191, 0.024682173505425453, 0.01704016700387001, -0.005683485884219408, -0.006252863444387913, 0.027892639860510826, 0.01642276905477047, -0.002893192693591118, -0.03649504482746124, -0.01017333660274744, 0.008129064925014973, -0.0259032491594553, -0.016930406913161278, -0.026095328852534294, -0.011476730927824974, -0.029964352026581764, 0.02185586653649807, 0.014803816564381123, 0.01072213426232338, -0.006300882901996374, 0.01901583932340145, -0.006177403498440981, 0.012162728235125542, -0.024819374084472656, -0.004654489923268557, -0.010756433941423893, 0.01816520281136036, 0.047443557530641556, -0.013905160129070282, 0.04244949668645859, 0.011565910652279854, -0.004846569150686264, -0.0037524038925766945, -0.008376023732125759, 0.043519653379917145, -0.02577976882457733, -0.007978145964443684, -0.011661950498819351, -0.011524750851094723, -0.0016343879979103804, 0.004328641574829817, -0.003893033368512988, -0.005680055823177099, 0.025628849864006042, -0.0032053212635219097, -0.014158979058265686, 0.006685041356831789, 0.004791689570993185, 0.003045826917514205, -0.03794935718178749, -0.0021042958833277225, 0.021169869229197502, -0.023872697725892067, -0.0321321040391922, -0.0048980191349983215, 0.05998358502984047, -0.009699998423457146, -0.0068462505005300045, -0.0035671847872436047, -0.011188612319529057, 0.0008815062465146184, 0.015777932479977608, -0.02141682803630829, 0.017328286543488503, -0.024641014635562897, 0.013493562117218971, -0.00041695759864524007, 0.03764751926064491, -0.009254100732505322, -0.015325174666941166, -0.01275954581797123, 0.007930126041173935, -0.01813776232302189, 0.010193916037678719, -0.016697168350219727, -0.01680692844092846, -0.01878259889781475, 0.00499748857691884, -0.02162262797355652, -0.024819374084472656, -0.014392218552529812, -0.00035007286351174116, 0.002654808573424816, 0.009768597781658173, 0.0033356607891619205, 0.022843701764941216, 0.009981256909668446, -0.006444942206144333, -0.014639177359640598, 0.017739884555339813, -0.005158697720617056, 0.023941297084093094, -0.0030321069061756134, -0.0009561083861626685, 0.0021797555964440107, -0.021663786843419075, -0.021897025406360626, -0.009631399065256119, 0.012059828266501427, -0.037318240851163864, -0.002766283228993416, 0.007587127387523651, -0.016614848747849464, -0.004853429272770882, 0.008547523058950901, -0.010139036923646927, -0.008897381834685802, 0.0003627209516707808, -0.02395501732826233, 0.005192997865378857, 0.006005904171615839, 0.016916686668992043, 0.0844050794839859, -0.0029652223456650972, -0.00564232561737299, -0.01588769257068634, -0.0030080971773713827, -0.010612374171614647, 0.003229331225156784, -0.020072273910045624, -0.005549716297537088, -0.012622346170246601, 0.023666897788643837, -0.003865593345835805, 0.019221637398004532, 0.01373366080224514, 0.005000918637961149, 0.0038175736553967, -0.0011927774176001549, -0.003490010043606162, 0.015064495615661144, -0.0074842278845608234, 0.009665698744356632, 0.003985642921179533, 0.007326448801904917, -0.019811594858765602, 0.030074112117290497, -0.0185493603348732, -0.0310070663690567, -0.029964352026581764, -0.03355897590517998, -0.02684992551803589, -0.0021231609862297773, 0.009651978500187397, -0.007717466913163662, -0.00440753111615777, -0.005179277621209621, -0.007792926859110594, 0.02239094488322735, -0.015558413229882717, -0.006132813636213541, -0.020511312410235405, 0.0028657526709139347, -0.013479841873049736, -0.018672840669751167, -0.0020820011850446463, 0.00019776009139604867, -0.023845257237553596, 0.018028002232313156, -0.015297734178602695, -0.007772346958518028, 0.01591513119637966, 0.005247877445071936, -0.016134651377797127, 0.009590239264070988, -0.00622542342171073, 0.01203238870948553, 0.0043046316131949425, -0.00564232561737299, -0.014556857757270336, -0.02711060456931591, 0.0030938468407839537, -0.006551271770149469, 0.01004299707710743, -0.027398722246289253, -0.0009629683918319643, 0.009844058193266392, 0.010756433941423893, -0.0070589096285402775, 0.001484326203353703, -0.01780848391354084, 0.002267220290377736, 0.004013082943856716, 0.00567662576213479, 0.00649639219045639, 0.002025406341999769, -0.0109142130240798, 0.023502258583903313, -0.009377580136060715, 0.028317958116531372, -0.009528499096632004, -0.03841583430767059, 0.04678500071167946, 0.01872771978378296, -0.012896744534373283, 0.03023875132203102, 0.005529136396944523, 0.03622064366936684, -0.021101269870996475, -0.021718667820096016, 0.015050775371491909, 0.0018967818468809128, -0.012176447547972202, -0.0030372519977390766, 0.002150600776076317, 0.001741575077176094, 0.013383802957832813, 0.03358641639351845, 0.019454875960946083, -0.005326766986399889, -0.006424362305551767, -0.0058995746076107025, 0.017671285197138786, -0.014611737802624702, 0.031116826459765434, -0.00038694520480930805, -0.0034505652729421854, 0.005882424768060446, -0.009885217994451523, 0.02152658812701702, -0.006259723100811243, -0.011469870805740356, -0.03720847889780998, -0.011977508664131165, 0.026452045887708664, -0.024092216044664383, -0.009789178147912025, 0.006187693681567907, 0.016340449452400208, -0.020922910422086716, -0.008554383181035519, -0.02723408304154873, -0.013973760418593884, -0.023104380816221237, 0.03490353003144264, 0.01095537282526493, 0.003328800667077303, -0.008540663868188858, -0.007662587333470583, -0.028455158695578575, 0.018206361681222916, 0.021938186138868332, 0.018274961039423943, 0.004819129593670368, 0.013582741841673851, -0.025244692340493202, 0.018178923055529594, -0.029580192640423775, 0.01629929058253765, 0.0017955972580239177, -0.021869586780667305, 0.010921073146164417, -0.012512586079537868, 0.007052049972116947, 0.014735217206180096, -0.0139120202511549, -0.0004656205128412694, -0.009151200763881207, -0.015901412814855576, 0.004870579112321138, 0.010303676128387451, 0.012286207638680935, -0.016697168350219727, -0.031610745936632156, -0.0007571692694909871, 0.026424607262015343, -0.0018916368717327714, -0.008197665214538574, 0.019056998193264008, -0.015146815218031406, 0.005652615800499916, -0.002807443030178547, 0.011826589703559875, 0.010845613665878773, 0.01783592440187931, -0.012903604656457901, 0.004479561001062393, 0.028949076309800148, -0.0015392058994621038, -0.022363504394888878, -0.02785148099064827, -0.0191118773072958, 0.017026446759700775, 0.0020682811737060547, -0.02377665787935257, 0.004973478615283966, 0.0019225067226216197, 0.012464567087590694, -0.004352651536464691, 0.013569021597504616, 0.026506926864385605, -0.02513493224978447, 0.004417821299284697, 0.022075384855270386, 0.035754166543483734, 0.006359193008393049, 0.015133094973862171, -0.02067595161497593, -0.018233802169561386, 0.00513811782002449, -0.018178923055529594, 0.031116826459765434, -0.0035671847872436047, 0.02528585121035576, -0.01870027929544449, -0.001416583894751966, -0.016902968287467957, -0.03210466355085373, -0.0014028639998286963, -0.030074112117290497, -0.014858696609735489, 0.01172368973493576, -0.005854984745383263, -0.012341086752712727, -0.008485783822834492, 0.02191074565052986, -0.02088174968957901, -0.011085712350904942, 0.008177084848284721, 0.019427437335252762, 0.00045404431875795126, -0.01153161097317934, -0.002464444376528263, 0.011709969490766525, 0.0006396922399289906, 0.020744550973176956, 0.003478005062788725, 0.006739920936524868, -0.006294023245573044, -0.03298274055123329, -0.0038038536440581083, 0.0024027046747505665, -0.012725245207548141, 0.020922910422086716, 0.018357280641794205, 0.036961521953344345, -0.011833448894321918, 0.01546237338334322, 0.03838839381933212, -0.012656645849347115, -0.00690456060692668, 0.01544865407049656, -0.0013076819013804197, 0.009603958576917648, -0.008074185810983181, -0.0076831672340631485, -0.00128281454090029, -0.0337236151099205, -0.012677225284278393, 0.011270931921899319, -0.010996532626450062, 0.0027525632176548243, 0.02587580867111683, 0.010385995730757713, -0.01698528788983822, -0.0014894711785018444, -0.0018504770705476403, -0.00009378865797771141, 0.02247326448559761, -0.020072273910045624, 0.0018659119959920645, 0.04280621558427811, -0.03207722306251526, -0.01680692844092846, -0.009062021039426327, -0.01413153950124979, -0.005580585915595293, 0.026506926864385605, -0.020182034000754356, 0.006252863444387913, -0.00037000965676270425, -0.0077792066149413586, -0.004603040404617786, -0.0024558694567531347, 0.009411879815161228, 0.012979064136743546, -0.020278073847293854, 0.02728896401822567, 0.006616441532969475, -0.015613293275237083, 0.018261242657899857, -0.008204525336623192, 0.0007323018508031964, -0.008087905123829842, 0.015819093212485313, -0.013116263784468174, 0.006568422075361013, 0.004918599035590887, -0.012745825573801994, -0.002792007988318801, 0.0041880118660628796, -0.0024181397166103125, 0.008451484143733978, 0.05608712136745453, 0.016162090003490448, -0.00685997074469924, 0.004380091093480587, -0.00803302600979805, -0.03589136525988579, -0.0009260960505343974, -0.012821285054087639, -0.011675669811666012, -0.0025399040896445513, -0.0001571362081449479, -0.020003674551844597, -0.02055247128009796, 0.007340168580412865, -0.0152702946215868, -0.017287125810980797, 0.003923903219401836, -0.020387832075357437, 0.0059853242710232735, 0.019125597551465034, 0.025107491761446, 0.016546249389648438, 0.017945682629942894, -0.007292148657143116, -0.004050812683999538, -0.012430266477167606, 0.012059828266501427, -0.0027491331566125154, -0.016614848747849464, -0.0015700757503509521, -0.010777014307677746, -0.008938541635870934, -0.012073548510670662, 0.018974678590893745, -0.00785466656088829, -0.0024284296669065952, 0.013843420892953873, -0.00667475163936615, 0.014707776717841625, -0.016669727861881256, -0.027371283620595932, -0.03210466355085373, -0.026452045887708664, -0.006506682373583317, 0.00909632071852684, 0.012780125252902508, -0.01677948795258999, 0.005525706335902214, -0.018892358988523483, 0.013603322207927704, 0.021746106445789337, 0.030485710129141808, 0.00976173859089613, 0.009624538943171501, -0.0035740446764975786, 0.00436294125393033, 0.00032734923297539353, -0.000583526270929724, 0.01881003938615322, -0.02029179222881794, 0.012471426278352737, -0.0022123404778540134, 0.023694338276982307, 0.013198583386838436, 0.01435105875134468, -0.006966300308704376, -0.019029557704925537, 0.006784510798752308, -0.035479769110679626, -0.016902968287467957, -0.006328322924673557, -0.017492925748229027, 0.01913931779563427, -0.007868385873734951, 0.020003674551844597, 0.015146815218031406, -0.007978145964443684, 0.01688924804329872, -0.03435473144054413, -0.021663786843419075, 0.03183026239275932, -0.009110040962696075, -0.004664780106395483, 0.01704016700387001, -0.021773546934127808, -0.015352614223957062, 0.009226660244166851, -0.006129383575171232, -0.006907990202307701, -0.015393774025142193, 0.025381891056895256, -0.01993507519364357, 0.003923903219401836, -0.012889884412288666, 0.019207917153835297, -0.0001371994148939848, -0.009439319372177124, -0.014886136166751385, 0.012745825573801994, 0.009960677474737167, -0.001084732823073864, -0.010379135608673096, -0.007717466913163662, -0.026863645762205124, 0.03125402703881264, -0.012498866766691208, 0.005800105165690184, -0.010893633589148521, 0.03377849608659744, 0.009919517673552036, 0.00980289839208126, 0.029717393219470978, 0.03059546835720539, 0.010831893421709538, -0.003455710131675005, 0.03183026239275932, -0.0010161331156268716, -0.012752685695886612, -0.021307067945599556, 0.009693138301372528, -0.003824433544650674, 0.0018847769824787974, 0.012052968144416809, 0.005570296198129654, 0.009343280456960201, 0.006221993360668421, -0.02613648772239685, 0.032269302755594254, 0.010667254216969013, 0.0020151163917034864, 0.005889284890145063, 0.0011216051643714309, -0.013802261091768742, -0.004023372661322355, 0.014831256121397018, -0.01624440960586071, -0.0038724534679204226, -0.018768880516290665, 0.01747920550405979, 0.00449671084061265, 0.004702509846538305, -0.027275243774056435, -0.04190070182085037, 0.006036774255335331, -0.013891440816223621, 0.01271152589470148, -0.014255018904805183, 0.001081302878446877, -0.014378498308360577, 0.02549165114760399, 0.01760268397629261, -0.0010718704434111714, -0.02073083072900772, -0.006901130545884371, 0.0038278636056929827, -0.019180478528141975, -0.010735854506492615, -0.00918550044298172, -0.006438082549721003, 0.026397166773676872, -0.016491370275616646, -0.015750491991639137, -0.0038312936667352915, -0.009665698744356632, 0.0029652223456650972, -0.01612093113362789, -0.011023973114788532, -0.000600247411057353, -0.020099714398384094, -0.0010169906308874488, 0.005539426114410162, 0.006805090699344873, 0.019592076539993286, -0.01511937566101551, 0.00781350675970316, -0.0034917250741273165, 0.008197665214538574, -0.0031487264204770327, -0.0004060245119035244, -0.0017398600466549397, -0.011065132915973663, 0.026740165427327156, 0.021993065252900124, 0.010735854506492615, -0.0004767679492942989, -0.0000855352554935962, 0.00016270992637146264, 0.005337057169526815, -0.027398722246289253, 0.030348509550094604, 0.006132813636213541, 0.008355444297194481, 0.013836560770869255, -0.0007421631016768515, -0.011161171831190586, -0.0239824578166008, -0.01960579678416252, -0.005848125088959932, -0.007408768404275179, 0.004383521154522896, -0.013692501001060009, 0.004987198859453201, 0.02090919017791748, -0.01027623564004898, 0.016820648685097694, -0.0007678879774175584, 0.01072213426232338, -0.010091017000377178, 0.025711169466376305, 0.01448825839906931, 0.002848602831363678, -0.004664780106395483, 0.006060784216970205, 0.019098158925771713, 0.0013136843917891383, 0.009158060885965824, 0.022336063906550407, 0.018768880516290665, 0.022432103753089905, 0.006606151815503836, -0.017383165657520294, -0.003236191114410758, 0.002514179330319166, 0.007882106117904186, -0.008554383181035519, -0.006547842174768448, 0.010187056846916676, 0.009542219340801239, -0.006345472764223814, -0.002855462720617652, -0.0028434577398002148, -0.006029914133250713, -0.005522276274859905, -0.001848762040026486, 0.00459275022149086, -0.020428992807865143, -0.01627185009419918, -0.03410777449607849, -0.0014706061920151114, -0.007319588679820299, 0.007134369574487209, -0.0015554983401671052, -0.015585853718221188, -0.0018058873247355223, 0.017300846055150032, 0.024448934942483902, -0.002579348860308528, -0.006842820905148983, -0.0030441118869930506, -0.0019139318028464913, 0.02628740668296814, -0.010125316679477692, 0.006033344194293022, -0.00772432703524828, 0.014968455769121647, 0.011195472441613674, -0.01393946073949337, -0.0006375485099852085, 0.001308539416640997, 0.00022402091417461634, -0.01430989895015955, 0.010660394094884396, 0.024380335584282875, 0.002016831422224641, -0.005439956672489643, 0.001632672967389226, 0.006163683719933033, 0.001741575077176094, 0.0028811877127736807, 0.010536914691329002, -0.01822008192539215, -0.007532247807830572, -0.008321144618093967, -0.0007485942915081978, -0.00980289839208126, 0.0026119337417185307, 0.0054502468556165695, -0.00695601012557745, 0.013116263784468174, -0.001618095557205379, -0.0018041722942143679, 0.025642570108175278, 0.0010761579032987356, 0.012457706965506077, 0.019646955654025078, -0.0008322001667693257, 0.01023507583886385, 0.008067325688898563, -0.00977545790374279, 0.017767323181033134, -0.0026891084853559732, 0.0026719586458057165, 0.02324158139526844, -0.02977227233350277, 0.013754241168498993, 0.008437763899564743, -0.025916969403624535, -0.016971567645668983, -0.013713081367313862, 0.014954735524952412, -0.01190204918384552, -0.019221637398004532, 0.014227579347789288, 0.00931583996862173, -0.011456150561571121, 0.010735854506492615, -0.006853110622614622, -0.03671456128358841, -0.017410606145858765, 0.01763012446463108, 0.019948795437812805, -0.024201976135373116, 0.012395966798067093, 0.00931583996862173, -0.02595812827348709, -0.0012502296594902873, -0.007758626714348793, -0.004157142248004675, 0.009850917384028435, 0.0008124777814373374, 0.008177084848284721, -0.004531010519713163, -0.012855584733188152, 0.004918599035590887, 0.009898937307298183, 0.02985459193587303, -0.0045721703208982944, -0.00781350675970316, -0.020332952961325645, 0.012855584733188152, -0.004623620305210352, 0.006516972091048956, 0.014062940143048763, 0.010578074492514133, -0.011126872152090073, -0.008149645291268826, 0.016916686668992043, -0.01509193517267704, -0.04420565068721771, 0.006818810943514109, 0.007367608603090048, -0.01901583932340145, 0.009727437980473042, 0.0033802504185587168, 0.0015151960542425513, 0.038168877363204956, -0.029580192640423775, 0.013891440816223621, 0.002956647425889969, 0.02664412558078766, 0.025381891056895256, -0.012395966798067093, 0.014748936519026756, -0.0038038536440581083, 0.028070999309420586, -0.010680974461138248, -0.0035260249860584736, -0.001655825413763523, -0.018302401527762413, -0.014378498308360577, -0.02498401328921318, -0.010036136955022812, -0.005398796871304512, -0.0038278636056929827, -0.006300882901996374, 0.02829051949083805, -0.0019670964684337378, -0.03331201896071434, 0.006386632565408945, -0.000014175486285239458, 0.006976590026170015, 0.00025596265913918614, 0.021361948922276497, 0.005964744370430708, -0.01550353318452835, 0.00868472270667553, 0.002196905668824911, 0.017122486606240273, 0.0020442712120711803, 0.022130265831947327, 0.02191074565052986, -0.009898937307298183, 0.005937304813414812, 0.012979064136743546, 0.01072213426232338, -0.002128305844962597, -0.009158060885965824, 0.016559969633817673, 0.005827545188367367, -0.015517253428697586, -0.0016309580532833934, -0.023090660572052002, 0.002181470626965165, -0.017520364373922348, -0.012224467471241951, 0.009748018346726894, -0.0015992306871339679, -0.027192924171686172, -0.023433659225702286, 0.011332671158015728, -0.006839390844106674, 0.013294623233377934, -0.0012699520448222756, 0.004623620305210352, -0.02200678549706936, 0.0009861207799986005, -0.012320507317781448, 0.005964744370430708, -0.01203238870948553, 0.022075384855270386, 0.0003376391832716763, 0.01385028101503849, 0.010111596435308456, 0.012848724611103535, -0.029086275026202202, -0.000973258342128247, 0.016875527799129486, 0.004308061674237251, 0.03174794465303421, 0.021993065252900124, -0.014598017558455467, 0.011984368786215782, 0.019715555012226105, 0.010091017000377178, 0.009329560212790966, -0.004139992408454418, 0.004030232783406973, 0.021732386201620102, -0.0003003380843438208, 0.01747920550405979, 0.00037601214717142284, -0.002497029257938266, -0.010221356526017189, -0.012944764457643032, 0.01852191984653473, 0.000445469340775162, -0.00995381735265255, 0.02761824242770672, -0.007436207961291075, -0.015873972326517105, 0.0040370929054915905, 0.00225178524851799, 0.005964744370430708, 0.018412161618471146, 0.013219163753092289, -0.008746462874114513, -0.02711060456931591, -0.024846812710165977, -0.00400279276072979, 0.011339531280100346, 0.009014001116156578, 0.019070718437433243, 0.010207636281847954, -0.000026622581572155468, -0.03871767595410347, 0.00772432703524828, -0.018508201465010643, -0.003642644500359893, -0.023310180753469467, 0.033065058290958405, 0.0029806571546941996, -0.007600847631692886, -0.004805409349501133, 0.010667254216969013, 0.02167750708758831, -0.00304239708930254, 0.018274961039423943, -0.02625996805727482, 0.014460817910730839, -0.01544865407049656, 0.014639177359640598, -0.017383165657520294, 0.0054090870544314384, 0.0075253876857459545, -0.011017112992703915, 0.010639814659953117, 0.007621427532285452, 0.011305231600999832, -0.02979971282184124, -0.0004596180224325508, 0.015544693917036057, 0.01027623564004898, 0.03786703944206238, 0.006359193008393049, 0.0075253876857459545, -0.004764249548316002, -0.026740165427327156, -0.010255656205117702, -0.0030664068181067705, 0.010392855852842331, 0.0006697046337649226, 0.01734200492501259, -0.023118101060390472, -0.0014303039060905576, -0.011298371478915215, 0.018563080579042435, -0.015970012173056602, -0.009089461527764797, -0.006348902825266123, 0.017794763669371605, -0.006729631219059229, -0.005988754332065582, -0.00391361303627491, 0.03794935718178749, 0.0031452965922653675, 0.007936986163258553, 0.030869867652654648, -0.0002456727088429034, -0.01883747987449169, -0.0026376587338745594, -0.000058845685998676345, -0.006263153161853552, 0.004640770144760609, 0.0004088113782927394, -0.02093663066625595, -0.022816263139247894, 0.006304312963038683, 0.008520083501935005, -0.022610463201999664, -0.009782318025827408, -0.023076940327882767, -0.011257211677730083, 0.00020269068772904575, 0.02239094488322735, 0.01144243124872446, 0.000280615669908002, -0.0009441034635528922, -0.0018333271145820618, -0.00831428449600935, -0.011270931921899319, 0.0014671762473881245, -0.03833351656794548, 0.005206717643886805, 0.0030715519096702337, 0.00037365403841249645, -0.021581467241048813, 0.020428992807865143, 0.020044833421707153, -0.02055247128009796, 0.017671285197138786, 0.0014560287818312645, -0.0074293483048677444, -0.004747099708765745, -0.0038278636056929827, -0.011538470163941383, 0.012217607349157333, -0.011243491433560848, 0.00581725500524044, 0.008012445643544197, -0.004555020481348038, 0.0003640071954578161, -0.009720578789710999, -0.01162079069763422, -0.015325174666941166, 0.009946957230567932, 0.008808202110230923, -0.02016831375658512, -0.02749476209282875, 0.032296743243932724, 0.005611455999314785, -0.014200138859450817, 0.0166285689920187, 0.0032567710150033236, 0.010255656205117702, -0.010879913344979286, 0.012293067760765553, -0.003851873567327857, -0.012107848189771175, -0.03089730814099312, -0.002524469280615449, 0.001040143077261746, 0.0034848651848733425, 0.017616404220461845, 0.022761382162570953, -0.014803816564381123, 0.012965344823896885, -0.014831256121397018, -0.010104736313223839, -0.008190805092453957, 0.014831256121397018, 0.014968455769121647, 0.03951343148946762, -0.03720847889780998, 0.008760182186961174, -0.028811877593398094, -0.022226305678486824, -0.01295162457972765, -0.005481116473674774, -0.00027268382837064564, -0.0014225863851606846, -0.003243051003664732, 0.006444942206144333, 0.010070436634123325, -0.009768597781658173, -0.020099714398384094, -0.00022830840316601098, -0.025025172159075737, -0.021375669166445732, 0.0031161417718976736, 0.004253181628882885, 0.001043573021888733, -0.022555584087967873, -0.009857777506113052, -0.008149645291268826, -0.013623901642858982, 0.016436489298939705, 0.009418739937245846, -0.019770435988903046, -0.019976234063506126, 0.005096958018839359, 0.00013987909187562764, -0.027165483683347702, 0.027426162734627724, 0.024846812710165977, -0.008238825015723705, 0.003810713766142726, -0.008156505413353443, 0.030348509550094604, 0.0042909118346869946, 0.007587127387523651, -0.014543137513101101, -0.003858733456581831, 0.03520536795258522, -0.004808839410543442, 0.009933237917721272, 0.006215133238583803, 0.004397241398692131, -0.012279347516596317, 0.01822008192539215, -0.00015477808483410627, 0.0012279347283765674, 0.002550194039940834, 0.006698761135339737, 0.0057898154482245445, -0.0012433696538209915, -0.004510430619120598, -0.019125597551465034, -0.024709613993763924, 0.024201976135373116, 0.02406477741897106, 0.0032121811527758837, -0.0034025453496724367, 0.005120967980474234, -0.00295321736484766, -0.011483591049909592, 0.001248514628969133, -0.01450197771191597, -0.005614886060357094, -0.004671640228480101, -0.016024891287088394, 0.011071993038058281, -0.0002548907941672951, 0.02052503265440464, -0.05040706321597099, 0.01765756495296955, -0.005522276274859905, -0.015407494269311428, -0.018851200118660927, -0.02088174968957901, -0.006338612642139196, -0.0041228425689041615, 0.012052968144416809, -0.02979971282184124, -0.013308343477547169, -0.0066507416777312756, 0.00363235455006361, -0.0036563642788678408, -0.006938860286027193, 0.004236031789332628, -0.004212021827697754, 0.0016746902838349342, -0.01896095834672451, -0.004966618958860636, -0.016491370275616646, 0.009576519019901752, -0.011607070453464985, 0.0012150723487138748, 0.025080053135752678, -0.04036406800150871, -0.020017394796013832, -0.02134822867810726, 0.006050494033843279, -0.02052503265440464, -0.0002919775142800063, -0.011017112992703915, -0.016724608838558197, -0.011984368786215782, -0.017355725169181824, -0.009933237917721272, -0.02820819988846779, -0.015530973672866821, 0.01929023675620556, -0.00431149173527956, -0.011360111646354198, 0.005275317467749119, -0.00959709845483303, -0.020483871921896935, -0.008602403104305267, -0.016436489298939705, 0.00700059998780489, 0.009089461527764797, -0.03353153541684151, -0.007532247807830572, -0.013335783034563065, -0.006393492687493563, 0.00717552937567234, 0.002248355420306325, 0.02631484717130661, -0.01544865407049656, -0.007895826362073421, -0.014982176013290882, -0.007367608603090048, 0.0037935636937618256, 0.018453320488333702, 0.0031195716001093388, -0.008705303072929382, 0.012766405008733273, 0.003769553964957595, -0.02167750708758831, -0.011202331632375717, 0.006331752985715866, -0.008424043655395508, -0.012279347516596317, -0.021567746996879578, 0.01144243124872446, -0.0032087513245642185, 0.025272130966186523, -0.011600210331380367, 0.004078252706676722, 0.010770154185593128, 0.01435105875134468, -0.003292785957455635, -0.004863718990236521, 0.0015126235084608197, 0.0032824960071593523, -0.0035328848753124475, 0.014172699302434921, 0.007971285842359066, -0.01013217680156231, 0.010200776159763336, 0.01860423944890499, 0.010550634935498238, -0.026959683746099472, -0.006105374079197645, -0.005470826756209135, 0.0020940059330314398, -0.034601692110300064, -0.005614886060357094, 0.0072578489780426025, 0.03473889082670212, 0.006170543376356363, -0.016820648685097694, 0.0015992306871339679, 0.01975671574473381, 0.007182389032095671, -0.005278747528791428, -0.006516972091048956, 0.01109257247298956, 0.01760268397629261, 0.0036940942518413067, -0.011737409979104996, -0.023255299776792526, 0.022171424701809883, -0.00468192994594574, 0.007676307111978531, 0.010091017000377178, 0.013500422239303589, 0.011476730927824974, 0.006167113780975342, -0.021265909075737, 0.006077934056520462, -0.01562701351940632, -0.016518808901309967, -0.01172368973493576, -0.0029909471049904823, 0.0226241834461689, 0.007669446989893913, -0.017945682629942894, -0.0054502468556165695, -0.0020905761048197746, -0.014803816564381123, -0.004932318814098835, -0.00744992820546031, 0.020209472626447678, -0.0023958447854965925, -0.02531329169869423, -0.01824752241373062, -0.02672644518315792, 0.038443274796009064, 0.006582141853868961, 0.014419658109545708, -0.015970012173056602, -0.004843139089643955, -0.00023066651192493737, -0.01177170965820551, 0.007285289000719786, -0.007401908282190561, 0.024682173505425453, -0.0031830263324081898, -0.013376942835748196, -0.0058035352267324924, 0.01200494822114706, 0.01565445214509964, 0.011051412671804428, 0.012457706965506077, -0.023488540202379227, -0.00005228048030403443, 0.02667156606912613, 0.015023335814476013, -0.014090379700064659, 0.009988117031753063, 0.011325811967253685, 0.00400279276072979, -0.002560483990237117, -0.0009998406749218702, -0.0027954380493611097, 0.01819264143705368, 0.004510430619120598, -0.012251907959580421, 0.0010041282512247562, -0.002423284575343132, 0.00909632071852684, 0.018439600244164467, -0.0045172907412052155, 0.011833448894321918, -0.007834086194634438, 0.011195472441613674, -0.0009149485849775374, -0.020922910422086716, 0.001994536491110921, -0.0013625617139041424, -0.020182034000754356, -0.008341724053025246, -0.00973429810255766, -0.014158979058265686, 0.004054242745041847, -0.015928851440548897, 0.005491406656801701, -0.02501145377755165, 0.010022416710853577, -0.014707776717841625, 0.017438044771552086, -0.0018384720897302032, -0.018617959693074226, -0.001111315214075148, 0.00440753111615777, -0.004448690917342901, 0.01472149696201086, -0.027714282274246216, -0.007285289000719786, -0.026630405336618423, 0.00035650411155074835, 0.029936911538243294, -0.00853380374610424, -0.006201413460075855, 0.008986561559140682, -0.023845257237553596, -0.020209472626447678, -0.004781399387866259, 0.008273124694824219, -0.0061431038193404675, -0.006071073934435844, 0.007518528029322624, -0.013438682071864605, 0.009713718667626381, 0.00782722607254982, -0.019358837977051735, -0.012437126599252224, -0.016079770401120186, -0.02557397074997425, 0.006757071241736412, -0.002505604177713394, 0.005230727605521679, -0.0020820011850446463, -0.0018350421451032162, -0.022514423355460167, -0.008890521712601185, 0.02300834096968174, -0.004620190244168043, -0.0005972461658529937, 0.0013368367217481136, 0.008424043655395508, 0.0013917165342718363, 0.009631399065256119, -0.0020494163036346436, -0.006842820905148983, 0.01376110129058361, -0.002877757651731372, -0.000012842347132391296, -0.010927933268249035, -0.005680055823177099, -0.019070718437433243, 0.031089387834072113, 0.00567662576213479, 0.009699998423457146, 0.004294341430068016, 0.008835642598569393, -0.017726164311170578, 0.002826307900249958, -0.001949946628883481, -0.0035431748256087303, 0.0033476657699793577, 0.0016506804386153817, -0.004507000558078289, -0.008869942277669907, -0.0014071514597162604, -0.0004090257571078837, 0.023433659225702286, 0.02805727906525135, -0.00622542342171073, -0.013898300938308239, -0.008986561559140682, 0.026150207966566086, 0.012835005298256874, -0.022912301123142242, 0.002083715982735157, -0.021485427394509315, 0.022377224639058113, 0.0010838753078132868, 0.001927651697769761, -0.016107210889458656, -0.009288400411605835, -0.005882424768060446, -0.02598556876182556, 0.008334863930940628, -0.0034985849633812904, 0.008972841314971447, 0.003388825571164489, -0.003176166443154216, 0.011360111646354198, -0.00021083690808154643, -0.00840346422046423, 0.007930126041173935, -0.005601165816187859, -0.006294023245573044, 0.00841718353331089, -0.0010049856500700116, 0.009706858545541763, -0.020607352256774902, -0.011216051876544952, -0.013479841873049736, -0.002032266231253743, -0.001462031272239983, 0.001528915949165821, -0.014035499654710293, 0.0021094409748911858, -0.02944299392402172, 0.015133094973862171, 0.016724608838558197, 0.008465203456580639, -0.013966900296509266, -0.0037901338655501604, 0.012245047837495804, 0.009370720013976097, 0.021375669166445732, 0.017534084618091583, -0.0018521921010687947, 0.012821285054087639, 0.0012596620945259929, 0.021951906383037567, 0.00015091935347300023, -0.008849361911416054, -0.011250351555645466, 0.015187975019216537, 0.014145259745419025, -0.005045508500188589, 0.019976234063506126, 0.011106292717158794, 0.006554701831191778, 0.007950706407427788, -0.007895826362073421, -0.015750491991639137, -0.03237906098365784, -0.008328004740178585, 0.011332671158015728, 0.014927295967936516, 0.0024781643878668547, -0.015544693917036057, 0.013020223937928677, -0.010139036923646927, 0.006191123276948929, -0.0026822485961019993, -0.0043046316131949425, -0.002889762632548809, 0.004297771491110325, 0.001375424093566835, -0.005892714951187372, 0.011936348862946033, -0.010797593742609024, -0.0036769441794604063, 0.018357280641794205, 0.01489985641092062, 0.010495754890143871, 0.007985006086528301, -0.003327085869386792, 0.001654967898502946, 0.009110040962696075, -0.009034581482410431, -0.012615486048161983, -0.0006881408044137061, -0.0002448151935823262, -0.01996251381933689, -0.018096603453159332, -0.012217607349157333, -0.00527188740670681, -0.005319907329976559, -0.005734935402870178, 0.0024284296669065952, 0.0025964989326894283, 0.010097877122461796, 0.027028284966945648, 0.016738329082727432, 0.01949603669345379, -0.00007192250632215291, 0.02239094488322735, 0.0027354133781045675, -0.015338893979787827, 0.009206080809235573, -0.010934793390333652, 0.0013025369262322783, 0.016793208196759224, -0.011860889382660389, -0.016436489298939705, 0.01004299707710743, 0.01736944541335106, 0.0012699520448222756, 0.016902968287467957, -0.021787267178297043, 0.031528424471616745, -0.00518270768225193, 0.020991509780287743, 0.01647765003144741, -0.017643844708800316, 0.023913858458399773, -0.003886173479259014, 0.008053605444729328, -0.008273124694824219, 0.01706760749220848, -0.03641272336244583, 0.011456150561571121, 0.004784829448908567, 0.00980289839208126, -0.0074842278845608234, 0.005223867483437061, 0.046181321144104004, -0.0037798439152538776, -0.02551909163594246, -0.025080053135752678, 0.0014440238010138273, 0.004874009173363447, -0.004023372661322355, 0.023502258583903313, -0.007134369574487209, 0.006729631219059229, 0.0032190412748605013, 0.0022432103287428617, 0.008369164541363716, -0.0034351302310824394, 0.007964425720274448, -0.012437126599252224, -0.025820929557085037, 0.00917178113013506, 0.008842501789331436, -0.005806965287774801, 0.0058995746076107025, 0.004870579112321138, 0.03240650147199631, -0.012656645849347115, 0.010241935960948467, -0.018124042078852654, -0.005724645685404539, -0.007497948128730059, -0.027590801939368248, -0.01511937566101551, 0.000738304341211915, 0.003848443506285548, 0.013836560770869255, -0.002184900688007474, -0.0046373400837183, 0.0004690504865720868, 0.009514778852462769, 0.0017733024433255196, -0.0006941432948224247, -0.004445260856300592, -0.005498266313225031, 0.006204843521118164, -0.004695649724453688, 0.009308979846537113, 0.022816263139247894, 0.012835005298256874, -0.008890521712601185, -0.01677948795258999, -0.03720847889780998, 0.007031470071524382, 0.006702191196382046, -0.0008514938526786864, -0.017849642783403397, -0.008485783822834492, -0.013891440816223621, 0.005072948057204485, 0.012690945528447628, -0.0204701516777277, -0.0020597062539309263, 0.01639533042907715, 0.0007421631016768515, -0.023680618032813072, -0.0027491331566125154, 0.005529136396944523, 0.0305405892431736, 0.0018093172693625093, -0.016710888594388962, 0.00290862750262022, 0.008890521712601185, -0.006088223773986101, -0.003263631137087941, -0.007758626714348793, 0.02802984043955803, -0.018590521067380905, -0.011668809689581394, 0.008465203456580639, 0.002210625447332859, -0.029497873038053513, 0.005319907329976559, -0.012334227561950684, 0.0010127031709998846, 0.0074842278845608234, -0.006873690523207188, 0.019262798130512238, 0.015366334468126297, 0.013027084060013294, 0.003982212860137224, 0.02870211750268936, -0.02226746454834938, -0.013191723264753819, 0.016024891287088394, 0.0026633834931999445, 0.016381610184907913, -0.021567746996879578, -0.013713081367313862, 0.003467715112492442, 0.010715274140238762, 0.022432103753089905, 0.006980020087212324, 0.006434652488678694, -0.003680374240502715, -0.02152658812701702, -0.01395318005234003, -0.005601165816187859, -0.0015640732599422336, -0.01345240231603384, -0.002852032892405987, -0.007655727211385965, -0.002785148099064827, -0.005556576419621706, 0.010228216648101807, -0.021005230024456978, 0.005889284890145063, 0.015764212235808372, -0.01048203557729721, -0.004013082943856716, -0.0049528987146914005, -0.012375387363135815, 0.010557495057582855, -0.03295530006289482, -0.01314370334148407, -0.010735854506492615, -0.025889528915286064, -0.0040370929054915905, -0.01345240231603384, -0.012265627272427082, -0.002632513642311096, -0.012066688388586044, -0.005608025938272476, -0.011915769428014755, 0.0016429629176855087, 0.0014834686880931258, 0.01998995430767536, 0.019454875960946083, 0.008890521712601185, -0.017712444067001343, 0.006516972091048956, 0.014803816564381123, 0.005498266313225031, -0.01734200492501259, 0.00973429810255766, 0.015284014865756035, -0.02106010913848877, 0.0020785711240023375, -0.01468033716082573, 0.008081045001745224, 0.012190167792141438, -0.004301201552152634, 0.005927014630287886, 0.0011053127236664295, 0.0015452083898708224, 0.005587446037679911, 0.014556857757270336, 0.019866475835442543, 0.006746781058609486, -0.004335501231253147, 0.005964744370430708, -0.010125316679477692, -0.0014294463908299804, 0.008911102078855038, 0.02088174968957901, 0.0006919995648786426, -0.007621427532285452, 0.0016446779482066631, 0.008122204802930355, 0.02475077472627163, 0.01413153950124979, -0.01487241592258215, 0.027563361451029778, -0.002196905668824911, -0.007511667907238007, -0.01076329406350851, -0.004884298890829086, -0.013678781688213348, 0.010777014307677746, -0.03139122575521469, 0.012883025221526623, 0.006331752985715866, 0.013424962759017944, 0.00440753111615777, 0.001263949554413557, -0.0031675915233790874, -0.0006984307547099888, -0.0028537476900964975, -0.017712444067001343, -0.027028284966945648, -0.02933323383331299, 0.0004488993145059794, -0.008129064925014973, -0.015105655416846275, -0.006160253658890724, -0.013706221245229244, 0.005762375425547361, -0.004784829448908567, -0.009837198071181774, -0.0014414513716474175, 0.017726164311170578, 0.002702828496694565, 0.0035431748256087303, 0.014062940143048763, 0.016697168350219727, -0.029964352026581764, 0.02014087326824665, -0.005436526611447334, 0.02265162393450737, 0.0036117746494710445, -0.02267906256020069, -0.01304080430418253, -0.009281540289521217, 0.0017047027358785272, -0.007504807785153389, -0.003642644500359893, -0.009247240610420704, 0.017877083271741867, -0.005289037246257067, 0.02392757683992386, 0.002371834823861718, 0.00522729754447937, -0.01450197771191597, 0.010077296756207943, 0.007882106117904186, 0.01688924804329872, 0.013479841873049736, 0.021183589473366737, -0.01811032183468342, -0.0023443950340151787, -0.004654489923268557, 0.018206361681222916, -0.013623901642858982, 0.012011808343231678, 0.002057991223409772, 0.007607707288116217, -0.01629929058253765, -0.0030629769898951054, -0.016079770401120186, 0.009267820045351982, -0.0062391432002186775, 0.02359829843044281, -0.02082687057554722, -0.005628605838865042, 0.00936385989189148, 0.002651378745213151, -0.02472333423793316, -0.013102543540298939, 0.014598017558455467, -0.005529136396944523, -0.0035431748256087303, 0.0009826908353716135, -0.002743988297879696, -0.0009741158573888242, -0.0033991155214607716, -0.014474538154900074, 0.0005625176127068698, -0.014145259745419025, -0.0049117389135062695, -0.0005136402905918658, 0.020621072500944138, 0.028455158695578575, 0.028510037809610367, -0.008081045001745224, -0.013253463432192802, 0.0012133573181927204, -0.014556857757270336, -0.008019305765628815, -0.010742713697254658, 0.002057991223409772, 0.007696887012571096, 0.005415946710854769, 0.007806646637618542, 0.017438044771552086, -0.004853429272770882, -0.023708058521151543, 0.01665600948035717, 0.003165876492857933, -0.0027079733554273844, 0.0063660526648163795, 0.001095880288630724, 0.00600247411057353, -0.012197027914226055, 0.01645020954310894, 0.002718263305723667, -0.00304239708930254, 0.00363235455006361, 0.010921073146164417, 0.002457584487274289, 0.01698528788983822, 0.018000563606619835, -0.005573726259171963, 0.005371356848627329, 0.00018253953021485358, -0.0054571065120399, -0.009693138301372528, 0.0016395329730585217, 0.02501145377755165, 0.014049219898879528, 0.027961241081357002, 0.0074293483048677444, 0.014598017558455467, 0.015846531838178635, 0.0012579470640048385, -0.0133495032787323, 0.021169869229197502, 0.004057672806084156, -0.03976038843393326, 0.018508201465010643, -0.004342361353337765, 0.0321321040391922, 0.005213577765971422, -0.00342998537234962, 0.005066088400781155, -0.01236166711896658, 0.01898839883506298, 0.013150563463568687, -0.01393946073949337, -0.009075741283595562, -0.016162090003490448, 0.016381610184907913, -0.004994058515876532, -0.0266990065574646, 0.01618953049182892, -0.01531145442277193, -0.020717110484838486, 0.016162090003490448, 0.004695649724453688, -0.0024027046747505665, 0.00377298379316926, -0.005649185739457607, -0.0041880118660628796, 0.013946319930255413, 0.014090379700064659, -0.01181286945939064, -0.00146546121686697, -0.0020528461318463087, -0.02705572359263897, -0.005779525265097618, 0.008643562905490398, 0.007353888358920813, -0.012155868113040924, -0.013905160129070282, -0.009830337949097157, -0.0035500347148627043, -0.0024815944489091635, -0.008931681513786316, -0.007875245995819569, -0.017383165657520294, -0.015997450798749924, -0.000973258342128247, -0.02282998152077198, -0.015229134820401669, 0.011264071799814701, 0.01245084684342146, 0.008252544328570366, -0.03333945572376251, -0.006945720408111811, -0.00744992820546031, 0.003224186133593321, 0.03237906098365784, -0.001517768483608961, -0.000023674938347539864, 0.004088542424142361, -0.03858047351241112, 0.0025827789213508368, 0.0024472945369780064, 0.0036940942518413067, 0.0015469234203919768, 0.025711169466376305, 0.009391299448907375, 0.007347028702497482, -0.022871142253279686, -0.012368527241051197, -0.004472700878977776, 0.00018886355974245816, 0.02587580867111683, 0.004129702225327492, -0.005611455999314785, 0.01665600948035717, -0.01975671574473381, 0.005484546534717083, 0.0020597062539309263, -0.0002836169151123613, -0.004458981100469828, 0.004294341430068016, -0.010598654858767986, -0.007017749827355146, -0.004023372661322355, -0.011655090376734734, -0.004277191590517759, -0.00613624369725585, -0.008252544328570366, -0.0046990797854959965, -0.0019928214605897665, 0.008321144618093967, -0.010639814659953117, 0.003519164863973856, 0.004568740259855986, -0.0020614212844520807, 0.011778569780290127, -0.005357637070119381, -0.02111499011516571, 0.01793196238577366, -0.01937255635857582, 0.00949419941753149, -0.007189249154180288, -0.004990628454834223, -0.018151482567191124, -0.015901412814855576, -0.009514778852462769, 0.02185586653649807, -0.018316121771931648, -0.002222630428150296, 0.001689267810434103, -0.012347946874797344, 0.02820819988846779, 0.0021831856574863195, 0.004579030442982912, 0.00976173859089613, -0.01801428198814392, -0.01135325152426958, 0.0070589096285402775, 0.019660675898194313, 0.018096603453159332, -0.015338893979787827, 0.001338551752269268, -0.006980020087212324, -0.0023443950340151787, 0.022788822650909424, 0.005553146358579397, -0.032708339393138885, 0.0016309580532833934, -0.02711060456931591, -0.025916969403624535, 0.02282998152077198, 0.021265909075737, 0.01870027929544449, 0.005453676450997591, 0.0013359793229028583, -0.003500299993902445, -0.001756152487359941, -0.0031898864544928074, 0.005542856175452471, 0.005230727605521679, -0.010317395441234112, -0.002502174349501729, -0.005848125088959932, 0.01795940287411213, -0.015160535462200642, 0.04719659686088562, 0.009603958576917648, 0.02357085980474949, 0.02103267051279545, 0.0012931044911965728, 0.002629083814099431, 0.00035564659629017115, -0.0018298971699550748, -0.007477367762476206, 0.022432103753089905, -0.0001985104026971385, 0.006043633911758661, 0.0014200139557942748, -0.006088223773986101, -0.008424043655395508, 0.006005904171615839, -0.003941053058952093, -0.019619515165686607, -0.005203287582844496, -0.013253463432192802, -0.006167113780975342, -0.014474538154900074, 0.023762937635183334, -0.013370082713663578, 0.004170862026512623, 0.013418102636933327, 0.01489985641092062, -0.008183944970369339, 0.008369164541363716, -0.022130265831947327, 0.03646760433912277, -0.0003369960468262434, -0.005120967980474234, 0.004575600381940603, -0.00931583996862173, -0.007367608603090048, 0.011168031953275204, 0.020209472626447678, 0.009837198071181774, -0.011174892075359821, -0.009878357872366905, -0.011511030606925488, -0.004479561001062393, -0.01677948795258999, 0.013164283707737923, -0.010228216648101807, 0.013308343477547169, 0.010921073146164417, 0.010036136955022812, 0.025532810017466545, 0.02114242874085903, -0.008760182186961174, -0.018316121771931648, -0.009418739937245846, -0.009151200763881207, 0.006894270423799753, 0.009322700090706348, -0.0009483909234404564, 0.004688790068030357, -0.004582460504025221, -0.011655090376734734, -0.019070718437433243, -0.016614848747849464, 0.013390663079917431, -0.03139122575521469, -0.013342643156647682, 0.012512586079537868, 0.019331397488713264, -0.01996251381933689, 0.013527861796319485, -0.000035720080632017925, 0.002733698347583413, -0.015256574377417564, -0.00016817646974232048, -0.005127828102558851, -0.004338931292295456, 0.010283095762133598, 0.0007863241480663419, -0.003971923142671585, -0.002718263305723667, 0.0003204892564099282, -0.009075741283595562, 0.004527580458670855, -0.007278428878635168, 0.00234096497297287, -0.0074293483048677444, -0.003917043097317219, -0.0034317004028707743, 0.009446179494261742, 0.014213859103620052, -0.0017115626251325011, 0.005141547881066799, -0.024709613993763924, -0.005028358660638332, 0.012876165099442005, -0.00649639219045639, -0.0017767323879525065, -0.01612093113362789, 0.017534084618091583, 0.01507821585983038, -0.002435289556160569, -0.005975034553557634, -0.02155402861535549, 0.011970648542046547, 0.02480565384030342, -0.0006714196060784161, -0.007559687830507755, 0.0018024572636932135, -0.002797153079882264, 0.021993065252900124, 0.0008433476323261857, -0.0025930688716471195, -0.012197027914226055, 0.0018933519022539258, 0.0038038536440581083, 0.0008815062465146184, -0.013582741841673851, -0.01721852645277977, 0.01660112850368023, 0.0014568862970918417, -0.007806646637618542, -0.008307424373924732, 0.007786066737025976, 0.011545330286026001, 0.011216051876544952, -0.012107848189771175, 0.020922910422086716, 0.028866756707429886, 0.014639177359640598, -0.0074842278845608234, 0.010036136955022812, -0.01548981387168169, 0.02277510240674019, 0.010475175455212593, 0.019043277949094772, 0.018713999539613724, -0.028372839093208313, -0.003941053058952093, -0.0051106782630085945, 0.0015409209299832582, -0.006125953979790211, 0.03440961241722107, -0.01898839883506298, -0.00663702143356204, 0.014433378353714943, 0.010392855852842331, 0.015105655416846275, -0.0034471352118998766, -0.0017887373687699437, -0.015942571684718132, 0.001905356883071363, -0.014419658109545708, 0.023680618032813072, 0.012107848189771175, 0.0031830263324081898, 0.00170384522061795, -0.010070436634123325, 0.011613930575549603, -0.009398159570991993, 0.005340487230569124, -0.00422231201082468, 0.01863167993724346, -0.002467874437570572, 0.011881468817591667, 0.00004287481715437025, 0.010694693773984909, 0.008218244649469852, -0.02285742200911045, 0.005223867483437061, -0.002382124774158001, -0.005515416618436575, -0.012855584733188152, 0.0031933162827044725, -0.027782881632447243, 0.011250351555645466, -0.003397400490939617, 0.007834086194634438, -0.020223192870616913, 0.005978464614599943, 0.0019207918085157871, 0.01221074815839529, 0.023200420662760735, -0.008972841314971447, 0.006472382228821516, 0.05262969434261322, -0.0011696249712258577, -0.013397522270679474, -0.004764249548316002, 0.0036700842902064323, 0.005957884714007378, -0.004891159012913704, -0.01813776232302189, 0.018686560913920403, 0.022349784150719643, -0.00744992820546031, 0.011984368786215782, 0.01081131398677826, -0.007559687830507755, 0.024448934942483902, -0.011126872152090073, 0.002647948684170842, -0.01023507583886385, -0.0070589096285402775, 0.023131821304559708 ]
189
null
null
null
null
null
null
null
null
null
[ "ImageMagick", "ImageMagick" ]
### ImageMagick version 7.1.1-30 ### Operating system Linux ### Operating system, version and so on Ubuntu 20.04 LTS ### Description ``` ./rotate_fuzzer ./out_rotate_crash/default/crashes/id\:000000\,sig\:06\,src\:016175+01 3217_time\:36400038_execs\:207091_op\:splice_rep\:16 Reading 537 bytes from ./out_rotate_crash/default/crashes/id:000000,sig:06,src:016175+013217_time:36400038_execs:207091_op:splice_rep:16 ================================================================= ==41886==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x606000002f3c at pc 0x000001b223d4 bp 0x7ffe5bca4120 sp 0x7ffe5bca4118 WRITE of size 4 at 0x606000002f3c thread T0 #0 0x1b223d3 in opj_jp2_read_header /home/fuzz/Desktop/DDGF_Project/OSS-Test/mylibs/openjpeg/src/lib/openjp2/jp2.c:2875:37 #1 0x135795e in ReadJP2Image /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/coders/jp2.c:359:7 #2 0x9c90d4 in ReadImage /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/constitute.c:736:15 #3 0x9439d5 in BlobToImage /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/blob.c:479:13 #4 0x8190b1 in Magick::Image::read(Magick::Blob const&) /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/Magick++/lib/Image.cpp:4044:12 #5 0x37a3006 in LLVMFuzzerTestOneInput /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/oss-fuzz/rotate_fuzzer.cc:42:11 #6 0x8015dd in ExecuteFilesOnyByOne /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c:255:7 #7 0x8013e8 in LLVMFuzzerRunDriver /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c #8 0x800fa8 in main /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c:300:10 #9 0x7fa45548d082 in __libc_start_main /build/glibc-wuryBv/glibc-2.31/csu/../csu/libc-start.c:308:16 #10 0x70942d in _start (/home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/oss-fuzz/rotate_fuzzer.new1+0x70942d) 0x606000002f3c is located 4 bytes to the right of 56-byte region [0x606000002f00,0x606000002f38) freed by thread T0 here: #0 0x7b8197 in __interceptor_cfree.part.0 /home/fuzz/Desktop/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:52:3 #1 0xb8a499 in RelinquishMagickMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:1167:3 previously allocated by thread T0 here: #0 0x7b8fb7 in malloc /home/fuzz/Desktop/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3 #1 0xb890f2 in AcquireMagickMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:558:10 #2 0xb890f2 in AcquireCriticalMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:634:10 #3 0xc47543 in IsRightsAuthorized /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/policy.c:655:8 SUMMARY: AddressSanitizer: heap-buffer-overflow /home/fuzz/Desktop/DDGF_Project/OSS-Test/mylibs/openjpeg/src/lib/openjp2/jp2.c:2875:37 in opj_jp2_read_header Shadow bytes around the buggy address: 0x0c0c7fff8590: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff85a0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff85b0: fd fd fd fd fd fd fd fa fa fa fa fa fd fd fd fd 0x0c0c7fff85c0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff85d0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa =>0x0c0c7fff85e0: fd fd fd fd fd fd fd[fa]fa fa fa fa fd fd fd fd 0x0c0c7fff85f0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff8600: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff8610: fd fd fd fd fd fd fd fa fa fa fa fa fd fd fd fd 0x0c0c7fff8620: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff8630: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==41886==ABORTING ``` ### Steps to Reproduce 1. compile the oss-fuzz target 2. run the fuzz target with poc. [rotate_poc.zip](https://github.com/ImageMagick/ImageMagick/files/14995709/rotate_poc.zip) ``` ./rotate_fuzzer ./poc ``` ### Images _No response_
heap-buffer-overflow
https://api.github.com/repos/ImageMagick/ImageMagick/issues/7253/comments
1
2024-04-16T10:54:15
2024-04-18T18:55:22Z
https://github.com/ImageMagick/ImageMagick/issues/7253
2,245,742,982
7,253
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow Issue date: --- start body --- ### ImageMagick version 7.1.1-30 ### Operating system Linux ### Operating system, version and so on Ubuntu 20.04 LTS ### Description ``` ./rotate_fuzzer ./out_rotate_crash/default/crashes/id\:000000\,sig\:06\,src\:016175+01 3217_time\:36400038_execs\:207091_op\:splice_rep\:16 Reading 537 bytes from ./out_rotate_crash/default/crashes/id:000000,sig:06,src:016175+013217_time:36400038_execs:207091_op:splice_rep:16 ================================================================= ==41886==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x606000002f3c at pc 0x000001b223d4 bp 0x7ffe5bca4120 sp 0x7ffe5bca4118 WRITE of size 4 at 0x606000002f3c thread T0 #0 0x1b223d3 in opj_jp2_read_header /home/fuzz/Desktop/DDGF_Project/OSS-Test/mylibs/openjpeg/src/lib/openjp2/jp2.c:2875:37 #1 0x135795e in ReadJP2Image /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/coders/jp2.c:359:7 #2 0x9c90d4 in ReadImage /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/constitute.c:736:15 #3 0x9439d5 in BlobToImage /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/blob.c:479:13 #4 0x8190b1 in Magick::Image::read(Magick::Blob const&) /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/Magick++/lib/Image.cpp:4044:12 #5 0x37a3006 in LLVMFuzzerTestOneInput /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/oss-fuzz/rotate_fuzzer.cc:42:11 #6 0x8015dd in ExecuteFilesOnyByOne /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c:255:7 #7 0x8013e8 in LLVMFuzzerRunDriver /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c #8 0x800fa8 in main /home/fuzz/Desktop/DDGF_Project/AFLplusplus/utils/aflpp_driver/aflpp_driver.c:300:10 #9 0x7fa45548d082 in __libc_start_main /build/glibc-wuryBv/glibc-2.31/csu/../csu/libc-start.c:308:16 #10 0x70942d in _start (/home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/oss-fuzz/rotate_fuzzer.new1+0x70942d) 0x606000002f3c is located 4 bytes to the right of 56-byte region [0x606000002f00,0x606000002f38) freed by thread T0 here: #0 0x7b8197 in __interceptor_cfree.part.0 /home/fuzz/Desktop/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:52:3 #1 0xb8a499 in RelinquishMagickMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:1167:3 previously allocated by thread T0 here: #0 0x7b8fb7 in malloc /home/fuzz/Desktop/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp:69:3 #1 0xb890f2 in AcquireMagickMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:558:10 #2 0xb890f2 in AcquireCriticalMemory /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/memory.c:634:10 #3 0xc47543 in IsRightsAuthorized /home/fuzz/Desktop/DDGF_Project/OSS-Test/ImageMagick/MagickCore/policy.c:655:8 SUMMARY: AddressSanitizer: heap-buffer-overflow /home/fuzz/Desktop/DDGF_Project/OSS-Test/mylibs/openjpeg/src/lib/openjp2/jp2.c:2875:37 in opj_jp2_read_header Shadow bytes around the buggy address: 0x0c0c7fff8590: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff85a0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff85b0: fd fd fd fd fd fd fd fa fa fa fa fa fd fd fd fd 0x0c0c7fff85c0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff85d0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa =>0x0c0c7fff85e0: fd fd fd fd fd fd fd[fa]fa fa fa fa fd fd fd fd 0x0c0c7fff85f0: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff8600: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff8610: fd fd fd fd fd fd fd fa fa fa fa fa fd fd fd fd 0x0c0c7fff8620: fd fd fd fa fa fa fa fa fd fd fd fd fd fd fd fa 0x0c0c7fff8630: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb ==41886==ABORTING ``` ### Steps to Reproduce 1. compile the oss-fuzz target 2. run the fuzz target with poc. [rotate_poc.zip](https://github.com/ImageMagick/ImageMagick/files/14995709/rotate_poc.zip) ``` ./rotate_fuzzer ./poc ``` ### Images _No response_ --- end body ---
4,859
[ -0.017205795273184776, -0.009327657520771027, -0.00037868693470954895, 0.03148356080055237, 0.03429562970995903, 0.023177815601229668, -0.027410412207245827, 0.033396925777196884, -0.03229529410600662, 0.03736861050128937, -0.0015346786240115762, -0.018524857237935066, 0.00731644919142127, 0.02191673405468464, -0.0019188013393431902, -0.002369964262470603, -0.016379568725824356, 0.037397600710392, -0.02620731107890606, -0.0035277679562568665, -0.005584273487329483, -0.013922633603215218, -0.03319399431347847, 0.0456598624587059, -0.01259632408618927, 0.00910298153758049, -0.012980446219444275, 0.012538342736661434, 0.007385301403701305, 0.013168883509933949, 0.032469235360622406, 0.031918417662382126, -0.002150724409148097, 0.006392380688339472, 0.04342760145664215, -0.008370975032448769, 0.03661486133933067, 0.05995212122797966, 0.0014060338726267219, -0.00022784633620176464, 0.017858078703284264, -0.05398010462522507, 0.002127169631421566, 0.001461296807974577, -0.015698295086622238, 0.008689869195222855, 0.016162142157554626, -0.013719701208174229, -0.04615269973874092, 0.020496204495429993, 0.04383346810936928, -0.004946485161781311, -0.018003031611442566, -0.024772286415100098, 0.00815354660153389, -0.026033367961645126, 0.030961735174059868, 0.01095836702734232, -0.001201289240270853, -0.0006672319141216576, 0.0007030169363133609, 0.017582669854164124, 0.01140047051012516, 0.02488824911415577, 0.003862969344481826, -0.012060001492500305, -0.0016778187127783895, 0.0009892970556393266, -0.027439402416348457, 0.018698800355196, -0.0376875065267086, -0.020365748554468155, 0.030729811638593674, 0.030150003731250763, 0.0216413252055645, 0.00948710460215807, 0.03574514761567116, 0.00801584217697382, -0.059778179973363876, 0.008820326067507267, -0.05360322818160057, 0.05716904625296593, -0.06476452946662903, 0.03162851184606552, 0.025149160996079445, -0.006975812371820211, -0.03368683159351349, -0.08221673965454102, -0.017727622762322426, -0.021336926147341728, -0.019365578889846802, 0.020510699599981308, 0.012473114766180515, 0.023163320496678352, 0.0031055952422320843, 0.005294369533658028, -0.03325197473168373, -0.017263775691390038, -0.04165918752551079, 0.006805493496358395, -0.009733523242175579, 0.0032759138848632574, -0.012357152998447418, 0.026932070031762123, -0.010980109684169292, 0.015335915610194206, -0.007936119101941586, -0.025584017857909203, 0.04510904476046562, 0.11404819041490555, 0.015886733308434486, -0.013770434074103832, -0.009363895282149315, 0.009153715334832668, -0.009813246317207813, 0.009682789444923401, 0.0012801068369299173, 0.0005336043541319668, -0.043572552502155304, -0.025946397334337234, -0.016568006947636604, -0.027236469089984894, 0.012168715707957745, 0.0038955833297222853, -0.0443263053894043, 0.02016281522810459, 0.019148152321577072, 0.0015872237272560596, -0.014212537556886673, -0.02310534007847309, -0.009197200648486614, -0.026004377752542496, 0.004714562091976404, -0.03962986171245575, -0.001054525375366211, -0.032411254942417145, -0.03626697510480881, 0.04180413857102394, 0.011067080311477184, 0.02964267134666443, -0.0685332790017128, -0.016901396214962006, 0.01421978510916233, 0.0028772959485650063, 0.011849821545183659, 0.009914712980389595, -0.02148187719285488, -0.005421202629804611, -0.009465361945331097, -0.013074665330350399, -0.01555334310978651, -0.008718859404325485, -0.0011242835316807032, -0.004446400795131922, 0.05928534269332886, -0.029613681137561798, 0.03258519619703293, 0.047486256808042526, 0.0062111904844641685, -0.03710769861936569, -0.005040703807026148, -0.0384412556886673, 0.01611865498125553, -0.0204092338681221, 0.011893306858837605, -0.04244192689657211, 0.005924910772591829, 0.026613175868988037, 0.027323441579937935, 0.021496372297406197, -0.005022584926337004, 0.006058990955352783, -0.0024406283628195524, 0.008682621642947197, -0.08186885714530945, 0.001753012533299625, 0.01034232135862112, 0.021278945729136467, -0.024018537253141403, -0.032353274524211884, 0.008762344717979431, 0.002438816474750638, 0.01193679217249155, 0.0045696101151406765, 0.023090844973921776, -0.006069862749427557, 0.01068295817822218, -0.023177815601229668, -0.007530253380537033, -0.010893138125538826, 0.001584505895152688, -0.019452551379799843, -0.0003947675577364862, -0.03652789071202278, 0.044674187898635864, -0.012219448573887348, -0.03362885117530823, -0.0394849069416523, 0.029686156660318375, -0.02227911353111267, 0.013726948760449886, -0.04284779354929924, -0.042499907314777374, -0.012371648102998734, -0.023438729345798492, 0.03249822556972504, -0.015973703935742378, 0.008407212793827057, 0.01897420920431614, -0.028062695637345314, -0.00790712796151638, -0.02513466589152813, 0.015306925401091576, 0.01906117983162403, -0.03649890050292015, 0.010559748858213425, -0.026526205241680145, 0.017118824645876884, -0.03229529410600662, -0.009472609497606754, 0.023699643090367317, -0.014814088121056557, -0.012117981910705566, -0.035049378871917725, -0.05099409446120262, -0.04777615889906883, -0.026091350242495537, 0.006881593260914087, -0.04197808355093002, -0.01121927984058857, 0.010052417404949665, -0.02191673405468464, -0.00040858329157344997, 0.021105002611875534, 0.008472440764307976, -0.017060844227671623, -0.0019024942303076386, -0.005997386761009693, 0.0027975724078714848, 0.023888079449534416, 0.013618234544992447, 0.03655688092112541, -0.012683294713497162, -0.010045169852674007, 0.02736692689359188, 0.043050725013017654, -0.031280629336833954, -0.007457777392119169, -0.02203269489109516, 0.009081238880753517, -0.003339330432936549, -0.009943703189492226, -0.005729225464165211, -0.0063307760283350945, 0.012117981910705566, -0.006084357853978872, 0.010762681253254414, -0.008131803944706917, -0.025786951184272766, 0.0010980109218508005, 0.03371582180261612, 0.019365578889846802, -0.012313667684793472, 0.005794453900307417, 0.03522332012653351, -0.019756950438022614, -0.00832024123519659, 0.003779621794819832, 0.009298667311668396, -0.04493510350584984, 0.04386245831847191, -0.019177142530679703, 0.0017222102032974362, -0.05983616039156914, -0.0013317459961399436, 0.008436203002929688, 0.018771275877952576, 0.008624640293419361, 0.014705374836921692, -0.022235628217458725, 0.035107359290122986, 0.01524894405156374, -0.007696948014199734, 0.011864316649734974, -0.001967722550034523, 0.004576857667416334, 0.03316500410437584, -0.020945554599165916, -0.029686156660318375, -0.006305409595370293, -0.008486935868859291, 0.002507668687030673, -0.02923680655658245, -0.02246755175292492, 0.040992408990859985, 0.002127169631421566, -0.003848474007099867, -0.010755433700978756, -0.04710938036441803, 0.006236557383090258, -0.024583850055933, -0.013734196312725544, 0.005167536903172731, 0.013828415423631668, -0.02849755249917507, 0.007327320519834757, -0.04006471484899521, 0.013371816836297512, -0.008523174561560154, -0.02893240749835968, 0.020336756482720375, -0.026743633672595024, 0.0003553587303031236, -0.00867537409067154, -0.020061349496245384, -0.009182705543935299, 0.02571447379887104, -0.013016683980822563, 0.027294451370835304, 0.003009564708918333, -0.05160289257764816, -0.017292765900492668, -0.035136349499225616, 0.023670652881264687, 0.03742659091949463, 0.006461232900619507, -0.022540027275681496, 0.033947743475437164, -0.08633337914943695, 0.026830604299902916, -0.0022395073901861906, -0.03574514761567116, -0.007805662229657173, -0.023772118613123894, 0.002036574762314558, -0.02378661371767521, -0.022206638008356094, 0.03165750578045845, 0.004225349053740501, 0.02859901823103428, -0.03006303310394287, -0.0038520977832376957, 0.007465024944394827, -0.010487273335456848, 0.032933082431554794, -0.018032021820545197, 0.025178153067827225, -0.005163913127034903, 0.02430844120681286, -0.0030258717015385628, 0.0009621185017749667, 0.06557625532150269, -0.0050950609147548676, 0.03849923610687256, -0.003259606659412384, -0.0031617642380297184, -0.01909017004072666, 0.0009684601682238281, 0.022873416543006897, -0.020829593762755394, 0.00036623014602810144, -0.020032357424497604, -0.01271953247487545, 0.003607491496950388, -0.00475804740563035, 0.021336926147341728, -0.0014531431952491403, -0.013995110057294369, -0.03789043799042702, -0.005500926170498133, -0.055458612740039825, 0.04423933103680611, -0.03533928468823433, 0.013908138498663902, -0.026714643463492393, -0.04455822706222534, 0.01074093859642744, -0.012284676544368267, -0.029352767392992973, 0.01365447323769331, -0.011284508742392063, 0.012792008928954601, 0.030642841011285782, -0.021554352715611458, 0.02497521974146366, 0.037658512592315674, -0.02001786231994629, 0.0030747931450605392, -0.004286953713744879, 0.0023627167101949453, -0.05850260332226753, 0.036208994686603546, -0.021989209577441216, -0.02730894647538662, -0.013060170225799084, 0.030323946848511696, 0.009443619288504124, 0.0015346786240115762, 0.0095160948112607, -0.030642841011285782, -0.014959040097892284, 0.012668799608945847, 0.004935613367706537, 0.017452213913202286, 0.003964435774832964, 0.04232596606016159, 0.025453560054302216, -0.002118110191076994, 0.009385637938976288, -0.0008375504403375089, 0.022482046857476234, 0.006867098156362772, -0.030207984149456024, 0.01933658868074417, 0.040934428572654724, 0.016046179458498955, -0.003058485919609666, -0.01688690111041069, -0.031193656846880913, -0.012060001492500305, -0.03145457059144974, 0.007349063642323017, -0.00662067998200655, 0.047950103878974915, -0.014060338027775288, 0.03270115703344345, -0.005819820333272219, 0.006935950368642807, 0.02675812877714634, -0.026337767019867897, -0.01639406383037567, -0.011530926451086998, 0.004917494487017393, 0.01584324799478054, -0.011748354882001877, -0.034498561173677444, -0.01735074818134308, -0.028033705428242683, -0.028917912393808365, -0.0012982258340343833, -0.0018988704541698098, 0.05557457357645035, -0.020525194704532623, -0.01848137192428112, -0.023250291123986244, -0.04403639957308769, -0.035571206361055374, 0.023801108822226524, 0.010900385677814484, -0.012741276063024998, -0.026584185659885406, 0.029251301661133766, -0.011030842550098896, -0.01633608341217041, 0.014828583225607872, 0.015509857796132565, -0.02213416062295437, -0.01666947267949581, 0.012871732003986835, -0.014379232190549374, 0.013553006574511528, 0.007943366654217243, -0.005703859031200409, -0.017785603180527687, 0.03960087150335312, 0.03661486133933067, 0.01429950911551714, -0.007443282287567854, 0.010516263544559479, -0.009472609497606754, -0.001629803329706192, 0.02590291202068329, 0.012444124557077885, 0.0074034202843904495, 0.020496204495429993, 0.01820596307516098, -0.019380073994398117, -0.008769592270255089, 0.006711274851113558, -0.0563863068819046, 0.000655454583466053, -0.05983616039156914, -0.017046349123120308, -0.012400638312101364, 0.04881981387734413, -0.005972019862383604, 0.02296038717031479, -0.013929881155490875, -0.029106350615620613, 0.030410917475819588, 0.03209235891699791, 0.018191467970609665, -0.03278812766075134, -0.016176637262105942, 0.002040198538452387, 0.016350578516721725, -0.04397841915488243, -0.010972862131893635, 0.05195077508687973, -0.012088991701602936, 0.018858248367905617, -0.008066575974225998, 0.02326478622853756, 0.012668799608945847, 0.014524184167385101, -0.015466372482478619, -0.027135003358125687, -0.005352350417524576, -0.015988199040293694, -0.03200538828969002, 0.018437886610627174, -0.04450024664402008, 0.01578526571393013, -0.04455822706222534, 0.0011849821312353015, -0.02467082068324089, 0.026221806183457375, -0.02920781634747982, 0.03641192615032196, 0.0054356977343559265, -0.020061349496245384, -0.009987188503146172, 0.032411254942417145, 0.037658512592315674, 0.04400740936398506, 0.0038339789025485516, 0.015176468528807163, -0.009305914863944054, 0.02749738283455372, -0.014843078330159187, 0.0043123201467096806, 0.004058654420077801, -0.01933658868074417, 0.047283321619033813, 0.0048667616210877895, 0.0018327360739931464, -0.025294113904237747, 0.0122919250279665, 0.0031255262438207865, -0.021568849682807922, -0.0042724586091935635, 0.020467214286327362, -0.036759812384843826, -0.015335915610194206, -0.03800639882683754, 0.028468560427427292, -0.007138883229345083, 0.021133992820978165, -0.0022811812814325094, 0.00587055366486311, 0.024496877565979958, -0.01611865498125553, 0.005475559737533331, 0.011915049515664577, -0.0011242835316807032, 0.00942187663167715, -0.005515421275049448, -0.012980446219444275, 0.008139051496982574, 0.03142558038234711, 0.0066279275342822075, -0.009349400177598, 0.0001440459891455248, 0.017771108075976372, -0.0007483143708668649, -0.0015609512338414788, 0.0024370045866817236, 0.027439402416348457, -0.04293476417660713, -0.016046179458498955, 0.03171548619866371, -0.010400301776826382, 0.007091773673892021, -0.028787454590201378, 0.0034226777497678995, 0.00021697493502870202, -0.019655482843518257, -0.01894521899521351, -0.001839983742684126, -0.007214982993900776, 0.02464183047413826, -0.0134080545976758, -0.007019297685474157, 0.020061349496245384, 0.01606067456305027, -0.007272963412106037, 0.004917494487017393, 0.0026870465371757746, 0.015190963633358479, -0.004004297312349081, 0.0004473126318771392, 0.027932239696383476, -0.00564587814733386, 0.004921118263155222, 0.011038090102374554, -0.003469787072390318, 0.005058822687715292, 0.00026363134384155273, 0.016292598098516464, -0.002830186625942588, -0.028613513335585594, 0.020858583971858025, -0.004547866992652416, -0.04177514836192131, -0.031193656846880913, 0.025670988485217094, 0.01971346326172352, -0.013190627098083496, 0.0030512383673340082, 0.019814930856227875, 0.03974582254886627, 0.03713668882846832, 0.03058485873043537, -0.002063753316178918, 0.016988366842269897, -0.017118824645876884, 0.016075169667601585, 0.006432242225855589, -0.03441159054636955, -0.012088991701602936, 0.022757453843951225, -0.04423933103680611, 0.014227032661437988, 0.037397600710392, 0.014458956196904182, 0.022786445915699005, -0.02378661371767521, -0.02111949771642685, -0.015973703935742378, -0.004348558373749256, -0.015683799982070923, 0.03206336870789528, 0.015698295086622238, -0.026584185659885406, -0.011306251399219036, 0.032382264733314514, 0.03652789071202278, -0.018698800355196, -0.012726780027151108, -0.006479351781308651, -0.009921960532665253, 0.01524894405156374, 0.014480698853731155, -0.012820999138057232, -0.029222311452031136, -0.0025149162393063307, -0.010762681253254414, -0.01600269414484501, 0.029628176242113113, 0.06006808578968048, -0.034527551382780075, -0.01232091523706913, 0.007783919107168913, 0.019133655354380608, -0.008211527019739151, 0.019380073994398117, 0.04980548843741417, 0.053313322365283966, -0.024264954030513763, -0.029381757602095604, 0.00617495272308588, -0.0026453728787600994, -0.02675812877714634, 0.009566827677190304, 0.013292092829942703, 0.004794285632669926, -0.04278981313109398, -0.003511460730805993, 0.029338272288441658, 0.009668294340372086, 0.014828583225607872, -0.0002189000806538388, 0.010813415050506592, 0.017858078703284264, -0.002232259837910533, -0.012545590288937092, 0.03757154196500778, 0.023670652881264687, -0.017234785482287407, 0.03484644740819931, 0.04423933103680611, -0.015060506761074066, 0.01826394535601139, 0.011994773522019386, -0.03278812766075134, 0.0028338104020804167, 0.015828752890229225, 0.016191132366657257, 0.005269003100693226, -0.043050725013017654, 0.02580144628882408, 0.0010291588259860873, -0.01101634744554758, 0.016234617680311203, 0.01633608341217041, -0.034092698246240616, 0.009052248671650887, -0.024322936311364174, -0.009827741421759129, -0.009385637938976288, -0.02029327116906643, 0.013502273708581924, 0.0160896647721529, 0.010103150270879269, -0.001964098773896694, 0.021626830101013184, 0.009871226735413074, 0.002716036979109049, 0.005051575135439634, -0.014944544993340969, -0.02203269489109516, 0.004424658138304949, -0.03380279242992401, 0.001676006824709475, 0.013277597725391388, -0.013581996783614159, -0.016698462888598442, 0.006352518685162067, -0.029773129150271416, 0.00826226081699133, -0.0209310594946146, -0.005830691661685705, -0.023438729345798492, -0.059778179973363876, 0.006689532194286585, 0.0008941722917370498, 0.018597334623336792, -0.0021162983030080795, 0.004685571417212486, 0.017568174749612808, 0.005131298676133156, -0.02849755249917507, 0.020090339705348015, 0.010864147916436195, -0.021829761564731598, 0.018350915983319283, 0.00887105893343687, -0.01603168435394764, 0.008805830031633377, 0.012422380968928337, 0.02794673480093479, -0.018901733681559563, 0.026497215032577515, -0.0363539457321167, 0.010219112038612366, -0.02274295873939991, 0.002496797125786543, 0.008994268253445625, -0.03200538828969002, 0.024134498089551926, 0.014067585580050945, 0.018046516925096512, -0.0011070704786106944, -0.019655482843518257, -0.004036911763250828, -0.0134080545976758, 0.0062293098308146, -0.026366757228970528, 0.005841563455760479, -0.022728463634848595, 0.00042579631553962827, 0.00110525859054178, -0.007580986712127924, 0.014785097911953926, 0.017524689435958862, 0.01943805441260338, 0.02954120561480522, -0.006048119626939297, 0.019322093576192856, -0.0036509770434349775, 0.007820157334208488, -0.007863642647862434, -0.020235290750861168, -0.0022177647333592176, 0.0005952088977210224, -0.018713295459747314, -0.019640987738966942, 0.005432073958218098, 0.018930723890662193, 0.020003367215394974, -0.020858583971858025, 0.0020510698668658733, -0.027656830847263336, 0.0391080342233181, 0.004964604042470455, -0.003939068876206875, -0.016292598098516464, -0.009479857049882412, -0.017394233494997025, 0.011443955823779106, -0.03049788810312748, -0.018611829727888107, 0.04386245831847191, 0.004029663745313883, -0.01798853650689125, -0.025033200159668922, 0.0049102469347417355, 0.010791672393679619, 0.006533708889037371, -0.03580312803387642, 0.007870890200138092, 0.01017562672495842, -0.013292092829942703, -0.0021018031984567642, -0.0029515838250517845, -0.012806504033505917, -0.010110397823154926, 0.02656969055533409, -0.025613008067011833, 0.012233943678438663, 0.0027432155329734087, -0.009574076160788536, 0.004678323864936829, 0.016872406005859375, -0.004982722923159599, -0.022902406752109528, -0.01611865498125553, -0.026395749300718307, 0.012067249044775963, 0.014248776249587536, -0.02362716570496559, -0.007704195566475391, -0.020916564390063286, -0.03490442782640457, -0.014270518906414509, 0.004189111292362213, -0.011052585206925869, 0.023960554972290993, 0.009581323713064194, -0.00617495272308588, -0.009045001119375229, -0.04078947752714157, 0.004518876783549786, 0.02552603743970394, 0.003136397572234273, 0.02590291202068329, 0.0050950609147548676, -0.007385301403701305, -0.04650058224797249, 0.05183481425046921, -0.0005091436905786395, 0.0004366677312646061, 0.009943703189492226, -0.011465698480606079, 0.01961199752986431, -0.00940738059580326, -0.01043653953820467, 0.005515421275049448, 0.007327320519834757, -0.02442440204322338, 0.03962986171245575, 0.018655315041542053, -0.0126253142952919, 0.016683967784047127, 0.008769592270255089, -0.01193679217249155, -0.02601887285709381, -0.01060323417186737, 0.008501430973410606, -0.007588234264403582, 0.0007270245696417987, 0.011719364672899246, -0.0036781555972993374, -0.016539016738533974, 0.04484812915325165, -0.004931989591568708, -0.01826394535601139, -0.001300943666137755, 0.006783750839531422, -0.00731644919142127, -0.022641493007540703, 0.0039028311148285866, 0.03867317736148834, 0.01952502690255642, -0.030874762684106827, -0.017452213913202286, 0.005490054842084646, -0.016350578516721725, 0.016495531424880028, 0.024467887356877327, -0.006845355499535799, 0.01955401711165905, 0.014676383696496487, 0.007530253380537033, 0.0012502104509621859, -0.028207648545503616, 0.014654641039669514, -0.01933658868074417, -0.013212369754910469, -0.005689363460987806, -0.003841226454824209, -0.005442945286631584, -0.042036063969135284, -0.01327035017311573, 0.04218101501464844, 0.037310630083084106, -0.0072222305461764336, -0.02252553217113018, -0.010248102247714996, -0.02090206928551197, 0.0004670170310419053, 0.01048002578318119, 0.01906117983162403, 0.001749388757161796, 0.0011333429720252752, 0.01207449659705162, 0.023699643090367317, 0.013581996783614159, -0.01271953247487545, 0.01299494132399559, 0.033367935568094254, 0.00600825808942318, 0.016234617680311203, -0.03362885117530823, -0.016930386424064636, 0.003772374242544174, -0.02304735779762268, 0.007725938688963652, -0.005051575135439634, 0.03736861050128937, 0.0029606434982270002, 0.004450024571269751, 0.0013987862039357424, 0.015654809772968292, -0.005522668827325106, -0.026076853275299072, -0.029889089986681938, 0.016321588307619095, -0.008602897636592388, 0.020307766273617744, 0.0005992857040837407, 0.005497302394360304, 0.007892632856965065, 0.02010483480989933, 0.018597334623336792, -0.0023862712550908327, 0.010994604788720608, 0.013712453655898571, -0.026584185659885406, -0.026468224823474884, 0.0038665931206196547, -0.019597502425312996, 0.02590291202068329, -0.015509857796132565, -0.0005408519064076245, 0.020974546670913696, -0.008370975032448769, -0.029773129150271416, -0.016568006947636604, -0.017785603180527687, -0.05734298750758171, -0.00634527113288641, 0.011038090102374554, -0.0015283370157703757, 0.011791840195655823, 0.027163993567228317, -0.01856834441423416, 0.016741950064897537, 0.009081238880753517, -0.004710938315838575, 0.01313264574855566, 0.003306716214865446, -0.02822214365005493, -0.009863979183137417, -0.012197705917060375, 0.02351120486855507, -0.032904092222452164, 0.005392212420701981, -0.010871395468711853, -0.02323579601943493, -0.00704104034230113, 0.006776503287255764, -0.001775661250576377, 0.02859901823103428, -0.010595986619591713, 0.01603168435394764, 0.00246418290771544, -0.030758801847696304, -0.004138377960771322, 0.02096005156636238, -0.029831109568476677, -0.0009675542241893709, 0.05482082441449165, -0.007033792790025473, -0.006711274851113558, -0.033976733684539795, -0.0014803217491135001, 0.03600606322288513, -0.0209310594946146, -0.0026272539980709553, 0.01474161259829998, -0.005392212420701981, 0.00414562551304698, -0.04244192689657211, 0.005018961150199175, 0.0022213885094970465, -0.016756445169448853, -0.033541880548000336, -0.012661552056670189, -0.015103992074728012, -0.034121688455343246, 0.013864653185009956, -0.0018417956307530403, -0.019930891692638397, -0.01875678077340126, 0.019669977948069572, 0.010255349799990654, 0.017611660063266754, 0.0027287201955914497, -0.03484644740819931, -0.020829593762755394, 0.03687577322125435, 0.04299274459481239, -0.01549536269158125, 0.02675812877714634, -0.007515758275985718, -0.0032577947713434696, 0.006001010537147522, 0.010364064015448093, 0.0512550063431263, -0.02298937737941742, -0.014930049888789654, -0.009276924654841423, -0.0202642809599638, 0.003848474007099867, 0.010566996410489082, -0.03157053142786026, 0.0008769592386670411, 0.005211022216826677, 0.002716036979109049, -0.015393896028399467, 0.006725769955664873, -0.0049573564901947975, -0.006722146179527044, -0.017452213913202286, 0.0019369203364476562, 0.01795954629778862, -0.022670483216643333, -0.037774477154016495, 0.003049426479265094, 0.03061385080218315, 0.00048332414007745683, 0.0026689276564866304, -0.00048377711209468544, -0.007436034735292196, -0.007388925179839134, 0.02222113311290741, -0.0018680681241676211, 0.00464208610355854, -0.038905102759599686, 0.009661046788096428, -0.013813920319080353, 0.030381927266716957, -0.02899038791656494, -0.02601887285709381, -0.020786108449101448, -0.008711611852049828, -0.023525699973106384, 0.01026984490454197, -0.005359597969800234, -0.014248776249587536, 0.007776671554893255, 0.006352518685162067, -0.022090675309300423, 0.00257470877841115, -0.02335175685584545, -0.00924068596214056, 0.01026984490454197, 0.0174667090177536, -0.009305914863944054, 0.002333726268261671, 0.02752637304365635, -0.0037325124721974134, -0.023917069658637047, 0.033367935568094254, -0.011335241608321667, 0.0126253142952919, -0.0025185400154441595, -0.009834988974034786, -0.0013942564837634563, -0.00603724829852581, -0.005613263696432114, -0.006280042696744204, -0.006689532194286585, -0.05142894759774208, 0.015147477388381958, 0.011820830404758453, -0.019539522007107735, 0.013784929178655148, -0.001141496584750712, -0.01985841616988182, -0.010755433700978756, -0.007320072967559099, -0.017002861946821213, -0.0216413252055645, -0.013139893300831318, 0.019162647426128387, 0.07676655054092407, -0.016292598098516464, -0.01471262238919735, -0.01977144554257393, 0.005598768591880798, -0.010088655166327953, 0.00032070616725832224, 0.005711106583476067, -0.010653967969119549, 0.0014005980920046568, 0.035629186779260635, -0.008407212793827057, -0.001886187121272087, 0.024482382461428642, 0.025482552126049995, 0.010211864486336708, 0.0027957605198025703, -0.0009122912888415158, 0.029570195823907852, -0.021931229159235954, 0.0035277679562568665, 0.0048667616210877895, 0.005471935961395502, -0.013154388405382633, 0.014886564575135708, -0.02249654196202755, -0.012683294713497162, -0.02896139770746231, -0.042470917105674744, -0.020467214286327362, -0.00976251345127821, 0.01795954629778862, -0.011009099893271923, -0.006432242225855589, -0.003433549078181386, -0.01276301871985197, 0.017568174749612808, -0.0006409593624994159, 0.0011849821312353015, -0.001712244818918407, 0.01068295817822218, -0.008581154979765415, -0.0009181799250654876, 0.012002021074295044, -0.010211864486336708, -0.01787257380783558, 0.020945554599165916, 0.0019332965603098273, -0.02062666043639183, 0.018524857237935066, 0.00842895545065403, -0.029773129150271416, 0.030207984149456024, 0.006193071603775024, 0.00400792108848691, 0.014589413069188595, -0.004971851594746113, -0.034527551382780075, -0.00656632287427783, -0.009979940950870514, -0.005134922452270985, 0.009733523242175579, -0.024163488298654556, -0.00750851072371006, -0.003319399431347847, -0.002159783849492669, -0.016075169667601585, 0.00684173172339797, -0.01691589131951332, 0.027903249487280846, 0.008160794153809547, 0.005917663220316172, 0.0004778884176630527, -0.00025275995722040534, -0.005812572780996561, 0.021003536880016327, -0.00041809576214291155, 0.0071533783338963985, -0.017278270795941353, -0.02191673405468464, 0.026598680764436722, 0.01524894405156374, -0.0020891197491437197, 0.03473048657178879, -0.0009693661122582853, 0.01952502690255642, 0.003493341850116849, -0.03267216682434082, 0.008486935868859291, -0.006740265060216188, -0.02546805515885353, -0.007870890200138092, 0.014386479742825031, 0.008653630502521992, 0.008392717689275742, 0.03997774422168732, -0.0019568512216210365, -0.01095836702734232, -0.027569858357310295, -0.025120170786976814, 0.0205976702272892, -0.004156496841460466, 0.010864147916436195, -0.0015854118391871452, -0.018611829727888107, 0.011443955823779106, 0.009450866840779781, 0.03435361012816429, -0.014611155726015568, -0.007450529839843512, -0.04710938036441803, -0.029106350615620613, 0.026627670973539352, -0.014843078330159187, -0.0047507998533546925, 0.03470149636268616, 0.019785940647125244, -0.017669642344117165, -0.03249822556972504, -0.018829256296157837, -0.0060807340778410435, -0.030150003731250763, 0.03206336870789528, -0.0027051656506955624, 0.007428787183016539, 0.01691589131951332, 0.002297488274052739, -0.013197874650359154, 0.032353274524211884, 0.021076012402772903, 0.017771108075976372, -0.005127674899995327, -0.006928702816367149, -0.025757959112524986, 0.012560085393488407, -0.02939625456929207, 0.02001786231994629, -0.0015319607919082046, -0.022380579262971878, -0.0026000754442065954, 0.003388251643627882, 0.018191467970609665, 0.01501702144742012, -0.0033483898732811213, 0.0167999304831028, -0.007399796508252621, -0.001978594111278653, 0.01227742899209261, 0.01958300732076168, 0.03919500485062599, 0.009247933514416218, -0.023279281333088875, 0.023453224450349808, 0.02596089243888855, 0.007019297685474157, -0.021873248741030693, 0.01682892069220543, -0.015683799982070923, -0.002817503409460187, -0.01395887229591608, 0.022264618426561356, 0.011857069097459316, 0.023308271542191505, -0.0036509770434349775, -0.009117476642131805, 0.01872779056429863, 0.020510699599981308, -0.037397600710392, -0.02445339225232601, -0.03516533970832825, 0.02277195081114769, -0.00231017149053514, -0.027077022939920425, 0.011168546974658966, 0.022090675309300423, -0.004518876783549786, -0.015480867587029934, 0.01624911278486252, 0.03162851184606552, -0.010190121829509735, 0.011371479369699955, 0.02914983592927456, 0.02436642162501812, 0.008987020701169968, 0.010001683607697487, -0.02442440204322338, -0.001410563592799008, -0.006660541519522667, -0.034034714102745056, 0.01793055422604084, -0.0009802374988794327, 0.03638293594121933, -0.008987020701169968, -0.01255283784121275, -0.015292429365217686, -0.03716567903757095, -0.01611865498125553, -0.008436203002929688, -0.009530589915812016, 0.008653630502521992, 0.006743888836354017, -0.022322598844766617, -0.0037506315857172012, 0.006261923816055059, -0.010168378241360188, -0.021510867401957512, 0.0063090333715081215, 0.022119665518403053, -0.007667957805097103, -0.002393519040197134, -0.011161299422383308, 0.035078369081020355, -0.00617495272308588, 0.013466035015881062, -0.017727622762322426, -0.0061495862901210785, -0.006935950368642807, -0.012936960905790329, -0.00003255756382714026, -0.00018492697563488036, -0.016263607889413834, 0.029323777183890343, -0.003118278691545129, 0.0061713289469480515, -0.008189784362912178, 0.02136591635644436, 0.040499571710824966, -0.027135003358125687, -0.000872429518494755, -0.0004547867283690721, -0.017539184540510178, 0.004511629231274128, 0.0083999652415514, 0.0035368273966014385, 0.004515253007411957, -0.022511037066578865, 0.0022703097201883793, 0.009805998764932156, -0.00268523464910686, 0.01801752671599388, -0.0013036614982411265, 0.015335915610194206, -0.020757118239998817, -0.00954508502036333, 0.005961148533970118, -0.00021652196301147342, 0.017452213913202286, -0.015480867587029934, -0.0063090333715081215, 0.0252506285905838, -0.02887442708015442, -0.010994604788720608, 0.0008937193197198212, 0.004700066521763802, -0.001264705671928823, 0.017582669854164124, -0.00697943614795804, 0.017046349123120308, -0.005606016144156456, -0.0010373123222962022, 0.015190963633358479, -0.02194572426378727, -0.00014585789176635444, 0.027787286788225174, -0.008081071078777313, 0.018003031611442566, -0.0008842068491503596, -0.001031876658089459, 0.020481709390878677, 0.005482807289808989, -0.010226359590888023, 0.010777176357805729, 0.019916396588087082, -0.015857743099331856, -0.0035168963950127363, -0.0016370509983971715, -0.014458956196904182, -0.010501768440008163, 0.0015011585783213377, 0.004685571417212486, 0.003640105715021491, 0.039339955896139145, 0.011813582852482796, -0.03971683233976364, 0.01269054226577282, -0.02507668547332287, -0.042470917105674744, -0.010509015992283821, -0.012270181439816952, -0.012335410341620445, -0.01006691250950098, -0.009117476642131805, -0.007747681345790625, -0.025395579636096954, 0.007972356863319874, -0.017060844227671623, -0.009342152625322342, 0.011299003846943378, -0.016495531424880028, 0.003145457012578845, 0.0023228549398481846, 0.03113567642867565, 0.029222311452031136, 0.023467719554901123, -0.017785603180527687, 0.017698632553219795, -0.005718354135751724, -0.0014857574133202434, -0.002889979397878051, -0.0002364528481848538, -0.013632729649543762, -0.02071363292634487, -0.002886355621740222, -0.007088149897754192, -0.005725601688027382, -0.003178071230649948, 0.020090339705348015, 0.014582165516912937, -0.010827910155057907, -0.0066061848774552345, 0.0025547780096530914, -0.028729474171996117, -0.04925467073917389, -0.03200538828969002, -0.025004209950566292, -0.0008497807430103421, 0.02114848792552948, -0.008378222584724426, 0.010914880782365799, -0.02062666043639183, 0.0001679404085734859, 0.015857743099331856, 0.015089496970176697, 0.01068295817822218, 0.024293946102261543, -0.0059212869964540005, 0.021409401670098305, 0.0027468393091112375, -0.010893138125538826, -0.011864316649734974, -0.030700821429491043, 0.006943197920918465, -0.010487273335456848, -0.008117308840155602, 0.006040872074663639, 0.0001648828329052776, 0.0005702953203581274, -0.011364231817424297, 0.0051602888852357864, -0.048037074506282806, 0.007352687418460846, 0.007109892554581165, -0.011516431346535683, 0.01562581956386566, 0.002154348185285926, 0.00762447202578187, 0.0031490810215473175, 0.010139388032257557, 0.01177009753882885, -0.04064452275633812, -0.007280211430042982, 0.009769761003553867, -0.009958198294043541, 0.01016113068908453, 0.010697453282773495, -0.024438897147774696, -0.0028664246201515198, 0.019568512216210365, -0.0006550016114488244, -0.026642166078090668, -0.0014123754808679223, 0.03789043799042702, 0.010653967969119549, -0.010182874277234077, 0.0018735037883743644, 0.011588907800614834, 0.020206300541758537, -0.011132309213280678, -0.016408558934926987, 0.01820596307516098, -0.009320409968495369, 0.004355805926024914, -0.0006350706680677831, -0.009755265899002552, -0.0060118818655610085, 0.02301836758852005, -0.014611155726015568, -0.0006957693258300424, -0.004870385397225618, 0.028816446661949158, 0.015161973424255848, 0.016988366842269897, 0.015306925401091576, 0.030700821429491043, 0.018930723890662193, 0.0002670286630745977, 0.014342994429171085, -0.008943534456193447, -0.006642422638833523, -0.01988740637898445, 0.009371142834424973, -0.014227032661437988, -0.0009014199022203684, 0.010008931159973145, -0.0030856644734740257, -0.0044029150158166885, 0.0007546560373157263, -0.006254676263779402, 0.028280124068260193, -0.003906454890966415, -0.007841899991035461, -0.008189784362912178, 0.02709151804447174, -0.02469981089234352, -0.010566996410489082, -0.006135090719908476, -0.021989209577441216, 0.005377716850489378, -0.001031876658089459, 0.016075169667601585, 0.015379400923848152, 0.004413786809891462, -0.0353102944791317, -0.02068464271724224, 0.005885048769414425, -0.0024406283628195524, 0.010965614579617977, -0.0011514619691297412, -0.01142946071922779, -0.009356647729873657, 0.0025837684515863657, 0.013900890946388245, -0.0067185224033892155, -0.0249172393232584, 0.011320746503770351, 0.0044029150158166885, -0.01234990544617176, 0.0017702255863696337, -0.013524016365408897, 0.0061024767346680164, 0.023424234241247177, -0.011197537183761597, -0.010697453282773495, -0.01232091523706913, -0.002989633707329631, -0.00962480902671814, -0.016046179458498955, -0.002123545855283737, -0.002360904822126031, -0.018437886610627174, 0.011059832759201527, 0.007080902345478535, 0.002748651197180152, 0.008610145188868046, -0.001515653682872653, -0.007856395095586777, -0.007088149897754192, -0.0005426638526841998, -0.008740602061152458, -0.01405309047549963, 0.01801752671599388, -0.008472440764307976, 0.03606404364109039, 0.014683631248772144, 0.015075001865625381, 0.008088318631052971, -0.006660541519522667, 0.007124388124793768, 9.661104058977799e-7, -0.004218101501464844, 0.03536827489733696, 0.016959376633167267, 0.0027377798687666655, -0.0019242370035499334, 0.0043413108214735985, -0.02285892143845558, -0.012864484451711178, -0.006983059924095869, 0.0023192311637103558, 0.0035821248311549425, 0.009342152625322342, -0.0006622491637244821, -0.00790712796151638, -0.01002342626452446, -0.015654809772968292, 0.020003367215394974, -0.007338191848248243, -0.011472946032881737, -0.006548203993588686, 0.012538342736661434, 0.0009403757285326719, 0.005707482807338238, 0.01443721354007721, 0.011886059306561947, 0.018988704308867455, 0.020699137821793556, 0.00971902720630169, 0.026598680764436722, 0.016205627471208572, -0.00388108822517097, 0.005906791426241398, -0.00003487905996735208, 0.007048288360238075, -0.0010753622045740485, -0.012364400550723076, -0.009711779654026031, -0.011277261190116405, -0.005211022216826677, 0.011581660248339176, -0.005580649711191654, 0.013125398196280003, -0.00462034298107028, 0.0008592932135798037, -0.006338023580610752, -0.005265379324555397, 0.004576857667416334, -0.02222113311290741, -0.024496877565979958, -0.023699643090367317, -0.0009027788182720542, -0.0038557215593755245, 0.022757453843951225, -0.005428450182080269, -0.017524689435958862, 0.014429965987801552, 0.010306082665920258, 0.013386311940848827, 0.014473451301455498, -0.00845794565975666, -0.01894521899521351, 0.0021579719614237547, -0.0008896425133571029, -0.008421707898378372, 0.0028283747378736734, -0.008465193212032318, 0.009037753567099571, 0.016770940274000168, -0.007070031017065048, 0.012494857423007488, -0.0014304944779723883, -0.00013204215792939067, -0.015147477388381958, 0.0004416504525579512, 0.01977144554257393, -0.002542094560340047, 0.007559243589639664, -0.012313667684793472, -0.0013906327076256275, -0.004116635303944349, -0.008573907427489758, 0.00804483238607645, -0.0018934346735477448, 0.005950277205556631, -0.008341983892023563, -0.009189953096210957, -0.002880919724702835, -0.016683967784047127, -0.001383385038934648, -0.006762008182704449, 0.00842895545065403, -0.004663828760385513, -0.0030892882496118546, 0.022293608635663986, -0.0005467406008392572, -0.0004910246934741735, 0.022612502798438072, -0.0032759138848632574, 0.0034263015259057283, 0.010262597352266312, -0.012784761376678944, -0.0013081912184134126, 0.011726612225174904, -0.006899712607264519, 0.004138377960771322, -0.021684810519218445, 0.010769928805530071, 0.0017820029752328992, -0.011190289631485939, 0.003013188485056162, 0.002078248420730233, 0.037194669246673584, -0.004562362562865019, -0.009023258462548256, -0.002369964262470603, -0.007573738694190979, -0.009711779654026031, 0.022655988112092018, -0.017800098285079002, -0.023337261751294136, -0.004131130408495665, 0.0020347628742456436, 0.0254390649497509, -0.03058485873043537, 0.011067080311477184, -0.0032885971013456583, -0.026961060240864754, -0.01856834441423416, -0.01636507362127304, 0.008878306485712528, 0.016596997156739235, -0.02301836758852005, 0.023685147985816002, -0.006646046414971352, -0.021873248741030693, -0.0049102469347417355, 0.014531431719660759, 0.04563087224960327, -0.014002357609570026, 0.005218269769102335, -0.013118150644004345, -0.0033628849778324366, -0.006544580217450857, 0.0026725514326244593, 0.009175457991659641, 0.00221051718108356, -0.009262428618967533, 0.001456766971386969, 0.012864484451711178, -0.010755433700978756, -0.044152360409498215, 0.0060807340778410435, -0.0013145329430699348, -0.013567501679062843, 0.009175457991659641, -0.00004385362262837589, 0.012313667684793472, 0.03704971447587013, -0.022786445915699005, 0.004116635303944349, -0.005511797498911619, 0.012871732003986835, 0.019467046484351158, 0.001976781990379095, 0.00954508502036333, -0.009414628148078918, 0.024569353088736534, -0.024743296205997467, -0.008646382950246334, 0.004486262798309326, -0.021496372297406197, -0.007135259453207254, -0.02562750317156315, -0.015060506761074066, -0.008907296694815159, -0.007899880409240723, 0.0028881675098091364, 0.020641155540943146, 0.004080397076904774, -0.02038024365901947, 0.013480530120432377, 0.003812236012890935, 0.01269054226577282, -0.007754928898066282, 0.014582165516912937, 0.013763186521828175, -0.008987020701169968, 0.011320746503770351, 0.00037075989530421793, 0.008921791799366474, -0.011813582852482796, 0.024409906938672066, 0.006678660865873098, -0.013951624743640423, 0.004221725277602673, 0.005656749475747347, 0.019075674936175346, -0.019640987738966942, 0.005834315437823534, 0.012255686335265636, 0.020800603553652763, -0.010972862131893635, -0.0020166439935564995, -0.0059212869964540005, -0.006921455264091492, -0.028975892812013626, -0.009189953096210957, 0.006838107947260141, -0.006921455264091492, -0.023337261751294136, -0.019452551379799843, 0.0038231073413044214, 0.0012148784007877111, 0.011806335300207138, -0.01952502690255642, -0.01722029037773609, -0.037397600710392, -0.0015763523988425732, 0.002754086861386895, 0.0066967797465622425, -0.0035857486072927713, 0.002658056328073144, -0.0002772205916699022, 0.021510867401957512, 0.0016732889926061034, -0.0008629170479252934, -0.025728968903422356, -0.00992920808494091, 0.00971902720630169, -0.001707715098746121, 0.01255283784121275, 0.026598680764436722, -0.016988366842269897, 0.0035766891669481993, 0.008791334927082062, 0.01982942596077919, -0.011385975405573845, -0.0014866633573547006, 0.0011922296835109591, 0.01174110732972622, 0.00631265714764595, 0.02285892143845558, 0.006421370897442102, 0.011820830404758453, -0.007262092083692551, 0.0022866169456392527, 0.010320577770471573, 0.0037687504664063454, 0.0048885042779147625, 0.028367094695568085, -0.002529411343857646, -0.0309907253831625, 0.0014458956429734826, 0.002799384295940399, -0.009827741421759129, 0.003826731350272894, 0.012465867213904858, -0.014988030306994915, -0.026743633672595024, -0.013292092829942703, -0.0016379569424316287, 0.012400638312101364, 0.019945386797189713, 0.01949603669345379, 0.00728745898231864, -0.000026668893042369746, -0.01722029037773609, -0.005642254371196032, -0.00866087805479765, -0.0037288886960595846, -0.015480867587029934, 0.04925467073917389, -0.007421539165079594, -0.012958703562617302, 0.009189953096210957, 0.0014594848034903407, 0.0149735352024436, 0.006733017507940531, 0.007450529839843512, -0.021713800728321075, 0.011371479369699955, 0.0004378001613076776, 0.016872406005859375, -0.018626324832439423, -0.004384796135127544, 0.010487273335456848, -0.014176299795508385, 0.004417410586029291, -0.004011544864624739, 0.009465361945331097, -0.02725096419453621, 0.007769424002617598, 0.0032432996667921543, 0.009262428618967533, 0.02268497832119465, -0.003384627867490053, 0.011371479369699955, -0.0020673770923167467, -0.02807719074189663, -0.007595481816679239, -0.010951119475066662, -0.002186962403357029, 0.004816028289496899, 0.03232428431510925, -0.007754928898066282, -0.0013408054364845157, -0.014756107702851295, 0.013458787463605404, -0.010291587561368942, -0.013538511469960213, 0.0011804524110630155, 0.025149160996079445, -0.0026779870968312025, -0.00018062371236737818, 0.011117814108729362, 0.022598007693886757, -0.00018152965640183538, 0.0011315310839563608, -0.0025547780096530914, 0.005906791426241398, -0.04032563045620918, -0.00011675425776047632, -0.004917494487017393, -0.0040840208530426025, 0.0006867098272778094, -0.011255518533289433, -0.004384796135127544, -0.02071363292634487, 0.0069033363834023476, 0.005153041332960129, -0.016814425587654114, -0.014828583225607872, -0.029352767392992973, -0.0011858880752697587, -0.002177902963012457, 0.020148320123553276, -0.00041718981810845435, -0.009603066369891167, -0.007515758275985718, 0.019756950438022614, -0.011944039724767208, -0.02188774384558201, 0.004960980266332626, -0.031512551009655, 0.0011260954197496176, -0.006508341990411282, -0.0011994773522019386, -0.023395244032144547, 0.012755771167576313, 0.028454065322875977, -0.00414562551304698, 0.014038595370948315, -0.006881593260914087, -0.01664048247039318, -0.008863811381161213, -0.0173217561095953, -0.008559412322938442, 0.0067040272988379, -0.012835494242608547, 0.015234448947012424, -0.009559580124914646, -0.007225854322314262, 0.0024768663570284843, -0.022655988112092018, -0.020728128030896187, -0.01471262238919735, -0.0055045499466359615, 0.006120595615357161, -0.003045802703127265, -0.03061385080218315, 0.03003404289484024, -0.002406202256679535, -0.010784424841403961, 0.012444124557077885, -0.006461232900619507, -0.010784424841403961, -0.008827573619782925, 0.006417747121304274, -0.010487273335456848, -0.010139388032257557, -0.015205458737909794, 0.018032021820545197, 0.00971902720630169, 0.012799256481230259, -0.017553679645061493, 0.035629186779260635, 0.0034136183094233274, 0.003848474007099867, -0.026584185659885406, -0.03055586852133274, 0.00035785010550171137, -0.002598263556137681, 0.0216413252055645, 0.04165918752551079, -0.022018199786543846, 0.004964604042470455, -0.022786445915699005, -0.03591909259557724, 0.007986851967871189, -0.010653967969119549, 0.00940738059580326, 0.0005209210212342441, -0.003694462589919567, 0.00642861844971776, 0.006439489778131247, 0.0038557215593755245, -0.010972862131893635, 0.006569946650415659, -0.02255452238023281, -0.02725096419453621, 0.013596491888165474, 0.010994604788720608, 0.0023681523744016886, -0.024018537253141403, -0.0067656319588422775, 0.0005743720685131848, -0.0283815898001194, -0.0031255262438207865, -0.002402578480541706, -0.015611324459314346, -0.008073823526501656, -0.0032759138848632574, 0.0019459797767922282, -0.005787206348031759, 0.03818034008145332, 0.024656325578689575, 0.008762344717979431, 0.0005431168247014284, -0.0017312697600573301, 0.014792345464229584, 0.006283666472882032, 0.00348971807397902, 0.000396126473788172, 0.009733523242175579, 0.04131130501627922, -0.014031347818672657, 0.024163488298654556, -0.000908667454496026, -0.004906623158603907, 0.012799256481230259, 0.021713800728321075, 0.009595818817615509, 0.016466541215777397, -0.018553849309682846, 0.00501171313226223, 0.01798853650689125, -0.007718690671026707, -0.015147477388381958, -0.031831447035074234, -0.026598680764436722, 0.019365578889846802, 0.009371142834424973, 0.004877632949501276, -0.009748018346726894, 0.0022503789514303207, -0.003493341850116849, -0.0035078369546681643, -0.0010074159363284707, -0.010566996410489082, -0.004464519675821066, -0.00662067998200655, -0.006867098156362772, 0.002438816474750638, 0.016930386424064636, 0.01826394535601139, -0.04516702517867088, 0.018640819936990738, -0.002830186625942588, -0.008740602061152458, -0.025873921811580658, -0.008769592270255089, -0.002333726268261671, -0.003986178431659937, 0.012726780027151108, -0.012226696126163006, 0.0003306716098450124, -0.012067249044775963, 0.0132413599640131, 0.013437044806778431, 0.0069939312525093555, 0.004047783091664314, -0.004533371888101101, -0.007327320519834757, -0.015886733308434486, 0.007892632856965065, -0.016698462888598442, -0.0001518598000984639, -0.024902744218707085, -0.008088318631052971, 0.01906117983162403, -0.0335998609662056, -0.0004978193319402635, -0.014074833132326603, -0.0008515926310792565, 0.009755265899002552, 0.0019441678887233138, -0.012060001492500305, -0.010074160061776638, -0.018800266087055206, -0.0014812276931479573, -0.008037584833800793, -0.026555195450782776, -0.022916901856660843, 0.02439541183412075, -0.0017693196423351765, -0.018698800355196, 0.008037584833800793, -0.0032632306683808565, -0.006417747121304274, -0.015147477388381958, -0.006030000746250153, -0.014169052243232727, -0.008784087374806404, -0.024105507880449295, -0.0027558987494558096, -0.014256023801863194, -0.003739760024473071, -0.012335410341620445, 0.016539016738533974, 0.01971346326172352, -0.005334231536835432, 0.006243804935365915, -0.028367094695568085, 0.006747513078153133, -0.0031055952422320843, 0.012146973051130772, -0.007283835206180811, -0.002525787567719817, 0.009030506014823914, -0.00348971807397902, -0.01930759847164154, -0.01900319941341877, -0.0071062687784433365, -0.006435866001993418, -0.0024986090138554573, -0.02307634986937046, -0.00017835883772931993, -0.005950277205556631, 0.04107937961816788, 0.003640105715021491, -0.02227911353111267, 0.021960219368338585, 0.01900319941341877, -0.01856834441423416, -0.017002861946821213, 0.020032357424497604, 0.0044029150158166885, -0.007091773673892021, 0.013799425214529037, -0.012465867213904858, -0.012813751585781574, 0.0030476145911961794, 0.02488824911415577, 0.006073486525565386, -0.0266711562871933, -0.020177310332655907, -0.009863979183137417, -0.010429291985929012, -0.03655688092112541, -0.01054525375366211, 0.0030059409327805042, 0.014002357609570026, -0.013038426637649536, -0.003246923442929983, 0.010045169852674007, 0.01759716495871544, -0.008407212793827057, -0.004428281914442778, 0.01784358359873295, -0.00021357763034757227, 0.014516936615109444, 0.00948710460215807, 0.004877632949501276, -0.024627335369586945, 0.023061852902173996, 0.0008515926310792565, 0.008784087374806404, -0.00026544323191046715, 0.002754086861386895, 0.008059327490627766, 0.014074833132326603, -0.005653125699609518, 0.007171497214585543, -0.03913702443242073, -0.021438391879200935, -0.004696442745625973, -0.010893138125538826, 0.021800771355628967, -0.001964098773896694, -0.009559580124914646, -0.0035694416146725416, -0.005189279559999704, 0.000029443363018799573, -0.008327488787472248, 0.002118110191076994, 0.027424907311797142, -0.002880919724702835, -0.01313264574855566, -0.003957188222557306, -0.01784358359873295, 0.0003406370524317026, 0.007805662229657173, 0.007229478098452091, -0.02596089243888855, 0.0066967797465622425, 0.016205627471208572, -0.0008506866870447993, 0.0006794622167944908, -0.017060844227671623, 0.01848137192428112, -0.001671477104537189, -0.028251133859157562, -0.0017068091547116637, 0.011559917591512203, 0.01446620374917984, 0.015350410714745522, 0.01187881175428629, -0.010248102247714996, 0.003571253502741456, 0.03699173405766487, 0.0004518423811532557, -0.002730532083660364, 0.0029515838250517845, 0.02010483480989933, 0.006783750839531422, 0.00714975455775857, 0.00826226081699133, 0.0005535352393053472, 0.022626997902989388, 0.009755265899002552, -0.014067585580050945, 0.0024986090138554573, 0.0012203141814097762, 0.012436877004802227, 0.018061012029647827, -0.001839983742684126, 0.014205290004611015, -0.007638967130333185, 0.011922297067940235, 0.02043822407722473, -0.020916564390063286, -0.004294201266020536, -0.02111949771642685, -0.0300920233130455, -0.00523276487365365, -0.001886187121272087, -0.008559412322938442, -0.004986346699297428, -0.02090206928551197, 0.0062293098308146, -0.03162851184606552, -0.008515926077961922, -0.015190963633358479, 0.02439541183412075, -0.003910078667104244, -0.021742790937423706, -0.015306925401091576, 0.018249450251460075, 0.002031139098107815, 0.02191673405468464, -0.02598988264799118, -0.008646382950246334, -0.014516936615109444, -0.003502401290461421, 0.016596997156739235, 0.0033357066567987204, 0.00010701530118240044, 0.03707870468497276, -0.0024406283628195524, -0.0014314004220068455, -0.01429950911551714, 0.009342152625322342, -0.006577194202691317, 0.019017694517970085, -0.0029189696069806814, -0.009045001119375229, -0.008211527019739151, -0.0016506402753293514, -0.007450529839843512, -0.008820326067507267, -0.004674700088799, -0.029439739882946014, 0.007675205357372761, 0.0030530502554029226, -0.0005702953203581274, 0.00004606187576428056, 0.01382116787135601, -0.013321083039045334, 0.0014449896989390254, 0.018495867028832436, -0.004218101501464844, 0.013741443865001202, -0.004805156961083412, 0.002127169631421566, 0.0027287201955914497, -0.0028193152975291014, -0.019206132739782333, 0.0002982839068863541, 0.004725433420389891, -0.005055198911577463, -0.00001656189124332741, 0.0020420104265213013, -0.003560381941497326, -0.005468312185257673, 0.028700483962893486, 0.008327488787472248, -0.005794453900307417, -0.007457777392119169, 0.019133655354380608, -0.003150892909616232, 0.008479688316583633, 0.0028319985140115023, -0.009182705543935299, 0.014734365046024323, -0.008204279467463493, 0.001196759520098567, -0.010190121829509735, -0.00048151222290471196, -0.014212537556886673, -0.005540788173675537, 0.02917882613837719, -0.007588234264403582, -0.00750851072371006, -0.008972525596618652, 0.018800266087055206, 0.00921169575303793, -0.009436371736228466, 0.00031572344596497715, -0.02032226137816906, 0.0132413599640131, 0.003710769582539797, 0.01190780196338892, -0.0006636080797761679, -0.004906623158603907, -0.010755433700978756, -0.008305746130645275, 0.006653293967247009, -0.0003295391798019409, -0.007530253380537033, 0.005776335019618273, -0.019452551379799843, 0.010646720416843891, -0.004257963038980961, -0.015828752890229225, -0.0003333894710522145, -0.0019840297754853964, -0.0065373326651751995, 0.017017357051372528, -0.002063753316178918, 0.003466163296252489, -0.013118150644004345, -0.013364569284021854, -0.019177142530679703, 0.0031617642380297184, -0.01795954629778862, 0.011784592643380165, -0.023772118613123894, 0.0002740497584454715, -0.024598345160484314, -0.000931316229980439, 0.0405285619199276, -0.0020383866503834724, -0.023830099031329155, -0.0009929208317771554, 0.011567165143787861, -0.0019532274454832077, 0.002507668687030673, 0.008914544247090816, 0.024163488298654556, 0.009914712980389595, 0.0020112080965191126, -0.0008756003226153553, -0.004189111292362213, -0.007943366654217243, -0.002621818333864212, 0.012545590288937092, 0.01432849932461977, -0.0000694183909217827, 0.007863642647862434, -0.0001094500403269194, 0.005134922452270985, 0.009356647729873657, -0.004384796135127544, -0.010719195939600468, -0.023061852902173996, -0.005830691661685705, 0.013110903091728687, -0.0033900635316967964, 0.011248270981013775, -0.024235963821411133, 0.012031011283397675, -0.02541007474064827, -0.0030766050331294537, -0.007247596979141235, -0.022540027275681496, 0.0017593541415408254, 0.010972862131893635, 0.003808612236753106, -0.0035893723834306, -0.006182200275361538, 0.01432849932461977, -0.007725938688963652, 0.019423559308052063, 0.011226527392864227, 0.0018735037883743644, 0.010566996410489082, -0.007070031017065048, 0.013712453655898571, 0.013226864859461784, 0.0005607828497886658, 0.007073654793202877, -0.004544243216514587, -0.0020945556461811066, -0.01149468868970871, -0.011596155352890491, -0.010581491515040398, -0.019409064203500748, -0.0006500188610516489, -0.007537500932812691, 0.009668294340372086, 0.022235628217458725, 0.019264113157987595, 0.018437886610627174, 0.007515758275985718, 0.013234112411737442, 0.0029189696069806814, 0.027685821056365967, 0.010769928805530071, -0.005377716850489378, -0.00030621097539551556, -0.0006137808668427169, -0.010704700835049152, -0.003718017367646098, -0.0031255262438207865, 0.0038919595535844564, 0.00859565008431673, 0.007602729368954897, -0.013842910528182983, 0.018930723890662193, -0.012125229462981224, 0.007345439400523901, 0.006917831487953663, -0.006892464589327574, 0.0021815267391502857, -0.012980446219444275, 0.0049790991470217705, -0.006812741048634052, 0.00662067998200655, -0.010653967969119549, 0.005189279559999704, -0.01614764705300331, 0.010653967969119549, 0.0014631086960434914, 0.008472440764307976, -0.006113348063081503, 0.019597502425312996, 0.04221000522375107, -0.0006441301666200161, -0.021061517298221588, -0.013176131062209606, 0.004036911763250828, 0.002658056328073144, 0.004297825042158365, 0.017640652135014534, 0.006762008182704449, 0.01988740637898445, 0.017727622762322426, 0.0033864397555589676, 0.0021525362972170115, 0.004080397076904774, 0.024351926520466805, -0.00006069862502044998, -0.012299172580242157, 0.005272626876831055, -0.008284003473818302, -0.0028573651798069477, -0.0007365370402112603, 0.0014812276931479573, 0.007928871549665928, -0.01826394535601139, 0.024844761937856674, 0.00018447398906573653, -0.030729811638593674, 0.002366340486332774, -0.019162647426128387, -0.007080902345478535, 0.007363558746874332, 0.01204550638794899, 0.014429965987801552, -0.00010497691255295649, -0.007769424002617598, 0.009443619288504124, 0.018959714099764824, 0.0038194835651665926, -0.006914207711815834, 0.0008955312077887356, -0.0095160948112607, 0.011465698480606079, 0.01943805441260338, 0.009414628148078918, 0.04650058224797249, 0.01949603669345379, -0.016959376633167267, -0.02810618095099926, -0.03270115703344345, 0.002844681730493903, 0.004968227818608284, 0.009247933514416218, -0.01943805441260338, -0.009255181066691875, -0.026134835556149483, 0.017176805064082146, 0.010124892927706242, -0.01829293556511402, 0.010864147916436195, 0.0032577947713434696, 0.011509183794260025, -0.013995110057294369, -0.013118150644004345, -0.0021978337317705154, 0.01501702144742012, 0.01153817493468523, -0.022293608635663986, 0.0004887598333880305, 0.014843078330159187, 0.004192735068500042, 0.0063090333715081215, -0.0031617642380297184, 0.008349231444299221, -0.014727117493748665, -0.014024100266397, 0.0034734108485281467, -0.01302393153309822, -0.029715148732066154, 0.006203942932188511, -0.015306925401091576, 0.005696611478924751, 0.007588234264403582, -0.0011623334139585495, 0.012132477015256882, -0.00026340485783293843, 0.017147814854979515, 0.00815354660153389, 0.012364400550723076, -0.01759716495871544, 0.007805662229657173, 0.0011722987983375788, 0.013893643394112587, 0.008914544247090816, -0.02672913856804371, -0.027961229905486107, 0.0032632306683808565, -0.011378726921975613, 0.014647393487393856, 0.02136591635644436, 0.013879148289561272, -0.014567670412361622, -0.01798853650689125, -0.011965782381594181, 0.0038339789025485516, 0.0026906703133136034, -0.012574580498039722, -0.010153883136808872, -0.03159952163696289, -0.002511292463168502, 0.0025674612261354923, 0.009320409968495369, -0.010153883136808872, -0.012697789818048477, 0.025699978694319725, -0.019046684727072716, -0.004250715486705303, -0.013980614952743053, 0.0007591858156956732, -0.011886059306561947, -0.02780178189277649, -0.006348894909024239, 0.015002526342868805, -0.003388251643627882, -0.019322093576192856, -0.013929881155490875, -0.015176468528807163, -0.004435529466718435, -0.013038426637649536, -0.005486431065946817, -0.017089834436774254, 0.02225012332201004, 0.022670483216643333, 0.00965379923582077, 0.021510867401957512, 0.030845772475004196, -0.00038751994725316763, 0.0054574403911828995, -0.0022159528452903032, 0.016046179458498955, -0.004102139733731747, 0.0017602600855752826, 0.005258131772279739, -0.013313835486769676, 0.00257470877841115, -0.0038231073413044214, 0.01365447323769331, 0.016292598098516464, -0.013147140853106976, 0.006888840813189745, 0.012907970696687698, -0.004790661856532097, -0.014785097911953926, 0.007609976921230555, 0.011567165143787861, 0.015596828423440456, -0.005486431065946817, 0.016263607889413834, -0.007849147543311119, -0.012197705917060375, 0.019916396588087082, 0.012697789818048477, -0.000935845950152725, 0.001396974315866828, -0.017394233494997025, -0.0071787447668612, 0.024598345160484314, 0.01719130016863346, -0.010422044433653355, 0.03473048657178879, 0.018104497343301773, -0.011813582852482796, 0.016510026529431343, -0.024105507880449295, -0.0047290571965277195, 0.026120340451598167, -0.01391538605093956, 0.03281711786985397, 0.009458114393055439, 0.00979150366038084, -0.007417915388941765, -0.01002342626452446, 0.0031653880141675472, 0.017031852155923843, 0.00031028775265440345, -0.028048200532794, -0.008755097165703773, -0.017756612971425056, -0.017814593389630318, -0.005432073958218098, -0.01817697286605835, -0.006664165295660496, -0.005145793780684471, 0.00029556607478298247, -0.008363726548850536, -0.0018843752332031727, 0.0024678066838532686, 0.018075507134199142, 0.002163407625630498, 0.00246418290771544, 0.0209310594946146, 0.011733859777450562, -0.01572728529572487, 0.023743128404021263, 0.0070845261216163635, 0.02469981089234352, -0.010704700835049152, -0.020554184913635254, -0.0160896647721529, -0.010842405259609222, -0.011806335300207138, -0.015364905819296837, -0.018191467970609665, -0.023496709764003754, 0.005627759266644716, -0.004779790062457323, 0.011704869568347931, -0.006671413313597441, 0.008639135397970676, -0.02417798340320587, 0.011625145561993122, 0.012842741794884205, 0.013647225685417652, 0.015103992074728012, 0.019727958366274834, -0.009552332572638988, -0.010494520887732506, 0.0023862712550908327, 0.012799256481230259, -0.004055030643939972, 0.011385975405573845, -0.00900876335799694, 0.004968227818608284, -0.00260188733227551, 0.001647922326810658, -0.02351120486855507, 0.01985841616988182, -0.002306547714397311, 0.0159012284129858, -0.011596155352890491, 0.00015876766701694578, 0.013342826627194881, -0.006943197920918465, -0.023366253823041916, -0.019945386797189713, 0.022018199786543846, -0.002868236508220434, -0.003319399431347847, -0.014930049888789654, 0.009443619288504124, -0.015118487179279327, -0.013973367400467396, -0.01112506166100502, 0.002456935355439782, 0.005326983984559774, 0.0069685643538832664, -0.0026127586606889963, 0.018829256296157837, 0.0384412556886673, 0.015770770609378815, 0.016698462888598442, 0.008646382950246334, 0.0037433838006109, -0.016510026529431343, -0.0039463164284825325, -0.021989209577441216, -0.00246418290771544, 0.022235628217458725, 0.004645709879696369, 0.008530422113835812, 0.005482807289808989, -0.0005625947378575802, -0.003906454890966415, 0.006762008182704449, -0.004942861385643482, 0.0028736721724271774, 0.016539016738533974, -0.008552164770662785, -0.007675205357372761, -0.009588571265339851, -0.0028772959485650063, -0.024525867775082588, -0.020220795646309853, 0.0046602049842476845, 0.020496204495429993, -0.0010554313194006681, 0.002516728127375245, 0.026743633672595024, -0.008863811381161213, 0.0065373326651751995, 0.018249450251460075, -0.018916228786110878, -0.0037288886960595846, 0.013741443865001202, 0.029555700719356537, 0.020090339705348015, 0.024206973612308502, -0.00030756989144720137, -0.007515758275985718, 0.003192566568031907, 0.011871564202010632, -0.005029832478612661, 0.004823275841772556, 0.0069685643538832664, -0.008175289258360863, 0.011857069097459316, -0.012545590288937092, 0.023467719554901123, 0.015538848005235195, -0.012038258835673332, 0.009871226735413074, -0.023467719554901123, 0.019365578889846802, 0.008334736339747906, -0.00453699566423893, -0.010168378241360188, -0.021583344787359238, 0.019394569098949432, -0.013350074179470539, -0.008755097165703773, 0.0141907949000597, -0.0022666859440505505, -0.00937839038670063, -0.007573738694190979, -0.005319736432284117, -0.0038231073413044214, 0.009334905073046684, -0.008378222584724426, -0.000012874393178208265, 0.0470803901553154, 0.01988740637898445, -0.017031852155923843, -0.0016243676654994488, 0.004210853949189186, -0.013016683980822563, -0.008639135397970676, 0.008066575974225998, 0.011378726921975613, -0.004982722923159599, -0.018742285668849945, -0.026120340451598167, 0.00123209145385772, -0.0035875604953616858, -0.01722029037773609, 0.0006545485812239349, -0.006530085112899542, -0.006899712607264519, 0.008370975032448769, -0.025859426707029343, -0.031947407871484756, 0.024743296205997467, -0.003141833236441016, 0.004772542510181665, -0.046935439109802246, -0.00651196576654911, 0.0024678066838532686, 0.010972862131893635, 0.02414899319410324, -0.0006971282418817282, 0.0018753157928586006, 0.005211022216826677, -0.03849923610687256, 0.008001347072422504, -0.0039463164284825325, 0.002487737685441971, -0.0028519295156002045, 0.01578526571393013, -0.011958534829318523, 0.006479351781308651, -0.01694488152861595, -0.006363390013575554, 0.009950950741767883, -0.005236388649791479, 0.017336253076791763, 0.010219112038612366, -0.005109556019306183, 0.005446569062769413, 0.0003539998142514378, 0.005812572780996561, 0.012567332945764065, 0.0011342489160597324, 0.0013851970434188843, 0.012980446219444275, -0.002940712496638298, -0.027192983776330948, -0.0048413947224617004, -0.02043822407722473, -0.0013625482097268105, 0.005156665109097958, -0.012973198667168617, -0.010907633230090141, -0.015828752890229225, 0.008573907427489758, 0.01174110732972622, 0.0015192775754258037, 0.0033139637671411037, -0.007124388124793768, 0.009965445846319199, -0.004026039969176054, -0.015132982283830643, 0.013763186521828175, -0.006131466943770647, 0.005500926170498133, -0.028149666264653206, -0.0058524347841739655, -0.020728128030896187, -0.02546805515885353, 0.003232428338378668, 0.017147814854979515, -0.018597334623336792, 0.0012031011283397675, 0.0046602049842476845, -0.014074833132326603, 0.00985673163086176, -0.006975812371820211, 0.003551322501152754, 0.0072657158598303795, -0.020090339705348015, -0.005682115908712149, 0.010327826254069805, 0.016466541215777397, 0.03142558038234711, -0.012088991701602936, -0.005163913127034903, -0.014227032661437988, -0.004497134126722813, 0.009871226735413074, -0.006848979275673628, -0.030381927266716957, 0.008508678525686264, -0.02954120561480522, -0.020670147612690926, -0.001570916618220508, 0.01814798265695572, 0.016988366842269897, 0.01187881175428629, 0.01241513341665268, -0.0024170735850930214, -0.015669304877519608, 0.001059055095538497, 0.008544917218387127, -0.0017321757040917873, -0.0074940151534974575, 0.0034444204065948725, 0.008486935868859291, 0.007185992319136858, -0.01460390817373991, 0.052269671112298965, 0.011306251399219036, 0.031222648918628693, 0.010646720416843891, 0.012060001492500305, 0.005798077676445246, 0.005486431065946817, 0.001575446454808116, 0.005587897263467312, 0.009095733985304832, 0.00550817372277379, 0.011081576347351074, -0.013002188876271248, -0.0009263334795832634, -0.02145288698375225, 0.011088823899626732, 0.0004914776654914021, -0.004076773300766945, 0.00528712198138237, -0.002904474502429366, -0.005428450182080269, 0.003596619935706258, 0.02755536325275898, -0.0008017654181458056, -0.013763186521828175, 0.0011496500810608268, 0.018133487552404404, -0.021800771355628967, 0.00832024123519659, -0.00879858247935772, 0.03678880259394646, -0.004265211056917906, -0.008523174561560154, 0.009182705543935299, 0.003446232294663787, 0.003292220877483487, 0.013574749231338501, 0.0143574895337224, -0.003301280550658703, 0.00006721013778587803, 0.008066575974225998, 0.005051575135439634, -0.029497720301151276, 0.005236388649791479, 0.004565986339002848, -0.0035078369546681643, 0.00032229156931862235, 0.024873754009604454, 0.01906117983162403, 0.016191132366657257, 0.033570870757102966, 0.008327488787472248, 0.0027015418745577335, 0.007396172732114792, -0.008791334927082062, 0.012647056952118874, -0.0006251052254810929, -0.003091100137680769, -0.0028700483962893486, -0.01377768162637949, -0.003739760024473071, -0.01790156401693821, -0.007479520048946142, -0.011480193585157394, -0.022047189995646477, -0.009291419759392738, -0.007182368542999029, 0.02029327116906643, -0.021076012402772903, 0.03907904401421547, -0.007653462700545788, 0.0010110398288816214, -0.01894521899521351, 0.001971346326172352, -0.0037977409083396196, -0.007682452909648418, 0.003082040697336197, 0.001958663109689951, -0.009574076160788536, 0.009226190857589245, -0.006272795144468546, 0.007283835206180811, 0.01177009753882885, -0.014212537556886673, 0.0024732425808906555, -0.011994773522019386, -0.010784424841403961, -0.0017729434184730053, -0.008472440764307976, 0.009574076160788536, 0.011617898009717464, 0.00042738174670375884, -0.017031852155923843, -0.022757453843951225, 0.0003528673842083663, -0.009740770794451237, -0.009168210439383984, -0.000548099516890943, 0.015190963633358479, 0.01856834441423416, 0.006033624522387981, -0.00005815064287162386, -0.024960724636912346, 0.008820326067507267, 0.011443955823779106, 0.0027069775387644768, 0.00826226081699133, -0.009334905073046684, 0.001456766971386969, 0.02219214290380478, -0.006406875792890787, 0.0017276459839195013, -0.011683126911520958, -0.019959881901741028, 0.011777345091104507, 0.0025638374499976635, -0.005221893545240164, -0.012168715707957745, 0.014516936615109444, -0.010327826254069805, -0.01655351184308529, -0.020510699599981308, 0.00832024123519659, 0.007856395095586777, 0.016408558934926987, -0.012357152998447418, 0.022670483216643333, 0.038238320499658585, 0.0057328492403030396, 0.0010617729276418686, 0.009450866840779781, -0.01924961805343628, 0.009777008555829525, 0.011023594997823238, 0.01374869141727686, 0.028555532917380333, -0.017234785482287407, 0.004634838085621595, 0.015582333318889141, -0.0074867676012218, 0.011414965614676476, 0.05499476566910744, -0.02351120486855507, 0.007135259453207254, -0.02488824911415577, -0.008312993682920933, 0.0036364817060530186, 0.0076317195780575275, 0.006120595615357161, -0.00709539745002985, -0.0015446441248059273, 0.01365447323769331, 0.0007655274239368737, -0.006062614731490612, 0.0016751008806750178, 0.009313162416219711, 0.0013326519401744008, 0.005211022216826677, -0.00048468305612914264, 0.009820493869483471, 0.001465826528146863, 0.011458450928330421, -0.007523005828261375, 0.0083999652415514, 0.006588065531104803, -0.004968227818608284, -0.0025040446780622005, -0.0028972269501537085, 0.003551322501152754, -0.008972525596618652, -0.006776503287255764, -0.01071194838732481, 0.013255855068564415, -0.012509352527558804, 0.028294619172811508, -0.002598263556137681, 0.01743771880865097, -0.013806672766804695, -0.0011487441370263696, 0.00271241320297122, 0.013603739440441132, 0.016234617680311203, -0.011284508742392063, 0.014901059679687023, 0.037281639873981476, 0.006881593260914087, -0.015857743099331856, -0.005511797498911619, 0.011509183794260025, -0.0037977409083396196, -0.017292765900492668, -0.0083999652415514, 0.00642861844971776, 0.008247765712440014, 0.0039028311148285866, 0.009559580124914646, 0.005725601688027382, -0.023279281333088875, 0.026004377752542496, -0.014270518906414509, 0.005439321510493755, -0.026033367961645126, -0.010320577770471573, 0.02752637304365635 ]
2,363
CVE-2019-17453
2019-10-10T17:15:17.843
"Bento4 1.5.1.0 has a NULL pointer dereference in AP4_DescriptorListWriter::Action in Core/Ap4Descri(...TRUNCATED)
{"cvssMetricV2":[{"acInsufInfo":false,"baseSeverity":"MEDIUM","cvssData":{"accessComplexity":"MEDIUM(...TRUNCATED)
[{"source":"[email protected]","tags":["Exploit","Third Party Advisory"],"url":"https://github.com/axiom(...TRUNCATED)
[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:a:axiosys:bento4:1.5.1.0:*:*:*:*:*:*:*","matchCriteriaI(...TRUNCATED)
https://github.com/axiomatic-systems/Bento4/issues/436
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
"**System Details**\r\nCommit ID: bc1b02a\r\nTest Machine : Ubuntu 16.04.3 LTS\r\nMP4 Compacter - Ve(...TRUNCATED)
SEGV in mp4compact
https://api.github.com/repos/axiomatic-systems/Bento4/issues/436/comments
0
2019-09-30T07:47:11
2019-10-08T05:14:45Z
https://github.com/axiomatic-systems/Bento4/issues/436
500,109,805
436
true
"This is a GitHub Issue\nrepo:Bento4\nowner:axiomatic-systems\nTitle : SEGV in mp4compact\nIssue dat(...TRUNCATED)
2,378
[-0.011965548619627953,0.04515301063656807,-0.0026640277355909348,-0.005301716271787882,0.0329315960(...TRUNCATED)
97
CVE-2019-20159
2019-12-31T00:15:12.243
"An issue was discovered in GPAC version 0.8.0 and 0.9.0-development-20191109. There is a memory lea(...TRUNCATED)
{"cvssMetricV2":[{"acInsufInfo":false,"baseSeverity":"MEDIUM","cvssData":{"accessComplexity":"MEDIUM(...TRUNCATED)
[{"source":"[email protected]","tags":["Exploit","Third Party Advisory"],"url":"https://github.com/gpac/(...TRUNCATED)
[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:a:gpac:gpac:0.8.0:*:*:*:*:*:*:*","matchCriteriaId":"93E(...TRUNCATED)
https://github.com/gpac/gpac/issues/1321
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
"System info: \r\nUbuntu 16.04.6 LTS, X64, gcc 5.4.0, gpac (master 6ada10e) \r\nCompile Command:\r(...TRUNCATED)
AddressSanitizer: a memory leak of dinf_New()
https://api.github.com/repos/gpac/gpac/issues/1321/comments
2
2019-10-28T16:03:11
2020-01-08T12:43:28Z
https://github.com/gpac/gpac/issues/1321
513,400,465
1,321
true
"This is a GitHub Issue\nrepo:gpac\nowner:gpac\nTitle : AddressSanitizer: a memory leak of dinf_New((...TRUNCATED)
1,983
[-0.041972242295742035,0.04615168273448944,-0.013360867276787758,-0.010663499124348164,0.02014134079(...TRUNCATED)
121
null
null
null
null
null
null
null
null
null
[ "MonetDB", "MonetDB" ]
"**Describe the bug**\r\nThe `IS DISTINCT FROM` operator in MonetDB returns unexpected results when (...TRUNCATED)
Unexpected result when using `IS DISTINCT FROM` with `RIGHT JOIN`
https://api.github.com/repos/MonetDB/MonetDB/issues/7527/comments
1
2024-05-30T10:13:24
2024-06-27T13:20:22Z
https://github.com/MonetDB/MonetDB/issues/7527
2,325,283,524
7,527
false
"This is a GitHub Issue\nrepo:MonetDB\nowner:MonetDB\nTitle : Unexpected result when using `IS DISTI(...TRUNCATED)
1,781
[0.01669452153146267,-0.017701834440231323,-0.015351438894867897,0.049452316015958786,-0.00913967937(...TRUNCATED)
4,155
CVE-2021-44921
2021-12-21T21:15:07.630
"A null pointer dereference vulnerability exists in gpac 1.1.0 in the gf_isom_parse_movie_boxes_inte(...TRUNCATED)
{"cvssMetricV2":[{"acInsufInfo":false,"baseSeverity":"MEDIUM","cvssData":{"accessComplexity":"MEDIUM(...TRUNCATED)
[{"source":"[email protected]","tags":["Exploit","Issue Tracking","Third Party Advisory"],"url":"https:/(...TRUNCATED)
[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:a:gpac:gpac:1.1.0:*:*:*:*:*:*:*","matchCriteriaId":"56F(...TRUNCATED)
https://github.com/gpac/gpac/issues/1964
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
"Thanks for reporting your issue. Please make sure these boxes are checked before submitting your is(...TRUNCATED)
Null Pointer Dereference in gf_isom_parse_movie_boxes_internal()
https://api.github.com/repos/gpac/gpac/issues/1964/comments
0
2021-12-10T10:59:02
2021-12-13T13:22:06Z
https://github.com/gpac/gpac/issues/1964
1,076,718,691
1,964
true
"This is a GitHub Issue\nrepo:gpac\nowner:gpac\nTitle : Null Pointer Dereference in gf_isom_parse_mo(...TRUNCATED)
5,812
[-0.02625890076160431,0.031018778681755066,-0.0105180274695158,0.027228236198425293,0.02110839448869(...TRUNCATED)
372
null
null
null
null
null
null
null
null
null
[ "kubernetes", "kubernetes" ]
"### What would you like to be added?\n\nwhen apiserver cache is not ready, the List request with r(...TRUNCATED)
"when apiserver cache is not ready, the List request with resourceVersion=0 fetch data from the api(...TRUNCATED)
https://api.github.com/repos/kubernetes/kubernetes/issues/124818/comments
7
2024-05-11T09:59:41
2024-07-29T07:15:18Z
https://github.com/kubernetes/kubernetes/issues/124818
2,290,815,666
124,818
false
"This is a GitHub Issue\nrepo:kubernetes\nowner:kubernetes\nTitle : when apiserver cache is not read(...TRUNCATED)
1,704
[-0.03332585096359253,0.010824454948306084,-0.011891855858266354,0.003433236153796315,0.017035441473(...TRUNCATED)
3,254
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
"Assuming I already have an HLS fragment generated (with .mp4 version, not .ts), how can I use `mp4e(...TRUNCATED)
Encrypt HLS segments ClearKey
https://api.github.com/repos/axiomatic-systems/Bento4/issues/892/comments
0
2023-09-11T13:34:06
2023-09-12T15:30:41Z
https://github.com/axiomatic-systems/Bento4/issues/892
1,890,531,918
892
false
"This is a GitHub Issue\nrepo:Bento4\nowner:axiomatic-systems\nTitle : Encrypt HLS segments ClearKey(...TRUNCATED)
311
[-0.017340650781989098,-0.0024890098720788956,-0.01838240958750248,-0.005080217495560646,0.000993131(...TRUNCATED)
1,873
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
"## Description\r\nThere is a heap buffer overflow detected by AddressSanitizer\r\n\r\n## System inf(...TRUNCATED)
There is a heap buffer overflow detected by AddressSanitizer
https://api.github.com/repos/gpac/gpac/issues/2100/comments
0
2022-02-08T04:09:59
2022-02-08T15:23:18Z
https://github.com/gpac/gpac/issues/2100
1,126,769,626
2,100
false
"This is a GitHub Issue\nrepo:gpac\nowner:gpac\nTitle : There is a heap buffer overflow detected by (...TRUNCATED)
3,961
[-0.043730221688747406,0.020210150629281998,-0.012580502778291702,0.01618495024740696,0.032790653407(...TRUNCATED)
1,537
null
null
null
null
null
null
null
null
null
[ "dromara", "hutool" ]
"现在LocalDateTimeUtil.endOfDay只能接收LocalDateTime\r\n\r\n希望可以重载一个接收Loca(...TRUNCATED)
需求请求:LocalDateTimeUtil.endOfDay重载一个接收LocalDate的方法
https://api.github.com/repos/dromara/hutool/issues/3594/comments
3
2024-05-23T07:33:39
2024-05-23T08:54:01Z
https://github.com/dromara/hutool/issues/3594
2,312,174,076
3,594
false
"This is a GitHub Issue\nrepo:hutool\nowner:dromara\nTitle : 需求请求:LocalDateTimeUtil.endOfD(...TRUNCATED)
228
[-0.01445379015058279,-0.017438963055610657,-0.0033548481296747923,0.028088392689824104,0.0195632949(...TRUNCATED)
3,906
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
36
Edit dataset card