This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
(assert_malformed (module binary " \00 asm\00\00\00\01 " ) " unknown binary version" )
46
46
47
47
;; Invalid section id.
48
- (assert_malformed (module binary " \00 asm" " \01\00\00\00 " " \0e \00 " ) " malformed section id" )
48
+ (assert_malformed (module binary " \00 asm" " \01\00\00\00 " " \0d \00 " ) " malformed section id" )
49
49
(assert_malformed (module binary " \00 asm" " \01\00\00\00 " " \7f\00 " ) " malformed section id" )
50
50
(assert_malformed (module binary " \00 asm" " \01\00\00\00 " " \80\00\01\00 " ) " malformed section id" )
51
51
(assert_malformed (module binary " \00 asm" " \01\00\00\00 " " \81\00\01\00 " ) " malformed section id" )
1385
1385
" \02\04\01 " ;; import section with single entry
1386
1386
" \00 " ;; string length 0
1387
1387
" \00 " ;; string length 0
1388
- " \05 " ;; malformed import kind
1388
+ " \04 " ;; malformed import kind
1389
1389
)
1390
1390
" malformed import kind"
1391
1391
)
1395
1395
" \02\05\01 " ;; import section with single entry
1396
1396
" \00 " ;; string length 0
1397
1397
" \00 " ;; string length 0
1398
- " \05 " ;; malformed import kind
1398
+ " \04 " ;; malformed import kind
1399
1399
" \00 " ;; dummy byte
1400
1400
)
1401
1401
" malformed import kind"
You can’t perform that action at this time.
0 commit comments