feat(ch): use writev
when possible
#1332
Triggered via pull request
September 23, 2024 05:58
Status
Failure
Total duration
2m 53s
Artifacts
–
Annotations
10 errors
lint / run:
internal/cmd/ch-native-dump/main.go#L52
G115: integer overflow conversion int64 -> int8 (gosec)
|
lint / run:
compress/writer.go#L58
G115: integer overflow conversion int -> uint32 (gosec)
|
lint / run:
compress/writer.go#L59
G115: integer overflow conversion int -> uint32 (gosec)
|
lint / run:
query.go#L475
G115: integer overflow conversion uint64 -> int (gosec)
|
lint / run:
chpool/pool.go#L48
G115: integer overflow conversion int -> int32 (gosec)
|
lint / run:
internal/cmd/ch-bench-numbers/main.go#L92
G115: integer overflow conversion int -> uint64 (gosec)
|
lint / run:
internal/cmd/ch-bench-trace-id/main.go#L65
G115: integer overflow conversion int -> uint64 (gosec)
|
lint / run:
internal/cmd/ch-bench-trace-id/main.go#L76
G115: integer overflow conversion int -> uint64 (gosec)
|
lint / run:
proto/block.go#L35
G115: integer overflow conversion int -> int32 (gosec)
|
lint / run:
proto/buffer.go#L125
G115: integer overflow conversion int8 -> uint8 (gosec)
|