Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 353 Bytes

When a malicious client sends data to etcdserver with invalid SortTarget, then etcd server will crash due to nil pointer error.

PR pull/13555 fixed this issue. The fix will be included in etcd 3.6.

The client demo is app_send_invalid_sortTarget.c.