Skip to content

Latest commit

 

History

History

13554

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.