release: version 1.1.8 - Critical parser crash fix
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled

CRITICAL FIX:
- Resolve crash in TLS parser with nil decode context
- Use gopacket.NewPacket with LinkTypeIPv4/IPv6
- Fixes panic: runtime error: invalid memory address or nil pointer dereference
- Properly handles raw IP packets after SLL header stripping

Packaging:
- Update RPM spec to version 1.1.8
- Update changelog with crash fix details

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
toto
2026-03-04 11:35:24 +01:00
parent cc1fa5dc69
commit bf93ee6c4a
2 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import (
var (
// Version information (set via ldflags)
Version = "1.1.7"
Version = "1.1.8"
BuildTime = "unknown"
GitCommit = "unknown"
)