Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | packet: Offset plus length is not always uint32_t, but it's always size_t | Stefano Brivio | 2023-12-02 | 1 | -1/+1 |
* | treewide: Use 'z' length modifier for size_t/ssize_t conversions | Stefano Brivio | 2023-12-02 | 1 | -7/+7 |
* | log: Enable format warnings | David Gibson | 2023-11-07 | 1 | -3/+4 |
* | Avoid shadowing index(3) | David Gibson | 2023-09-27 | 1 | -15/+15 |
* | passt: Relicense to GPL 2.0, or any later version | Stefano Brivio | 2023-04-06 | 1 | -1/+1 |
* | packet: Fix off-by-one in packet_get_do() sanity checks | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | conf, packet: Operands don't affect result, CWE-569 | Stefano Brivio | 2022-04-07 | 1 | -1/+3 |
* | treewide: Invalid type in argument to printf format specifier, CWE-686 | Stefano Brivio | 2022-04-05 | 1 | -3/+3 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -3/+3 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -0/+134 |