Project

General

Profile

Bug #1970

Updated by Junxiao Shi over 9 years ago

Snippet to reproduce: 

     echo -ne '\x05\x34\x07\x10\x08\x03\x6e\x64\x6e\x08\x03\x65\x64\x75\x08\x04\x75\x63\x6c\x61\x09\x13\x0d\x01\x00\x0e\x01\x00\x0f\x04\x07\x00\x1d\x00\x10\x00\x11\x01\x00\x12\x00\x0a\x04\xdd\x64\x58\x92\x0b\x01\x00\x0c\x02\x0f\xa0' | nc -U /var/run/nfd.sock 

 Actual: NFD crashes produce 
 1. send an interest with some required field missing (valid tlv) 
 (or sending tlv length = uint64max) 
 2. ndn quits with exit code != 0

Back