aboutgitcodebugslistschat
path: root/packet.c
Commit message (Expand)AuthorAgeFilesLines
* packet: Offset plus length is not always uint32_t, but it's always size_tStefano Brivio2023-12-021-1/+1
* treewide: Use 'z' length modifier for size_t/ssize_t conversionsStefano Brivio2023-12-021-7/+7
* log: Enable format warningsDavid Gibson2023-11-071-3/+4
* Avoid shadowing index(3)David Gibson2023-09-271-15/+15
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* 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