mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 20:39:14 +00:00
fix small regression with openssl (#1176)
This commit is contained in:
parent
3b0b311e1e
commit
48619b3e1c
@ -48,8 +48,7 @@ static __always_inline void ssl_uprobe(struct pt_regs *ctx, void* ssl, void* buf
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ssl_info *infoPtr = bpf_map_lookup_elem(map_fd, &id);
|
struct ssl_info info = lookup_ssl_info(ctx, map_fd, id);
|
||||||
struct ssl_info info = lookup_ssl_info(ctx, &openssl_write_context, id);
|
|
||||||
|
|
||||||
info.count_ptr = count_ptr;
|
info.count_ptr = count_ptr;
|
||||||
info.buffer = buffer;
|
info.buffer = buffer;
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user