Is the co-pilot itself performance-sensitive?
Is the co-pilot itself performance-sensitive?
Posted Sep 22, 2024 14:36 UTC (Sun) by geofft (subscriber, #59789)Parent article: pcp: pmcd network daemon review (SUSE Security Team Blog)
If PCP were being written today, would anyone be inclined to grab a compiled language for it, or would it be fine to be in e.g. Python and use standard HTTPS as its network protocol? Bugs like "The vindex jumps to 32-bit offsets, while the check in p_result.c:415 (vindex > pdulen) uses byte offsets. This makes it possible to address data beyond the actual packet payload." really ought to have gone away by now. It's fine to confuse byte and word offsets - to err is human - but it shouldn't lead to remote code execution.
