aboutgitcodebugslistschat
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* packet: Fix off-by-one in packet_get_do() sanity checksStefano Brivio2022-10-151-1/+1
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-0/+1
* conf, packet: Operands don't affect result, CWE-569Stefano Brivio2022-04-071-1/+3
* treewide: Invalid type in argument to printf format specifier, CWE-686Stefano Brivio2022-04-051-3/+3
* treewide: Mark constant references as constStefano Brivio2022-03-291-3/+3
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-0/+134