mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 21:22:25 -05:00 
			
		
		
		
	[chore]: Bump github.com/minio/minio-go/v7 from 7.0.67 to 7.0.69 (#2748)
This commit is contained in:
		
					parent
					
						
							
								5a56f4f8fb
							
						
					
				
			
			
				commit
				
					
						8e88ee8d9c
					
				
			
		
					 28 changed files with 487 additions and 370 deletions
				
			
		
							
								
								
									
										6
									
								
								vendor/github.com/klauspost/compress/s2/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/klauspost/compress/s2/decode.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -10,6 +10,8 @@ import ( | |||
| 	"errors" | ||||
| 	"fmt" | ||||
| 	"strconv" | ||||
| 
 | ||||
| 	"github.com/klauspost/compress/internal/race" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  | @ -63,6 +65,10 @@ func Decode(dst, src []byte) ([]byte, error) { | |||
| 	} else { | ||||
| 		dst = make([]byte, dLen) | ||||
| 	} | ||||
| 
 | ||||
| 	race.WriteSlice(dst) | ||||
| 	race.ReadSlice(src[s:]) | ||||
| 
 | ||||
| 	if s2Decode(dst, src[s:]) != 0 { | ||||
| 		return nil, ErrCorrupt | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue