Philippe Proulx

Results 14 issues of Philippe Proulx

Remove unneeded `_ALIGN()`s when we know that the field is already aligned at this point.

enhancement

The packet size is not checked before writing the initial packet header and packet context data. This can lead to a buffer overflow if the total initial packet data is...

bug

### Expected behavior Expecting `mix()` to be indexed, that is, to have the `entity.name.function.c` scope. ``` enum meow { X, Y, Z, }; enum allo mix() { return Z; }...