HTCPCP icon indicating copy to clipboard operation
HTCPCP copied to clipboard

Basic C implementation of "Hyper Text Coffee Pot Control Protocol" (HTCPCP) or RFC 2324. Final project for COMP400 (LAN/WAN - Summer '11)

Results 3 HTCPCP issues
Sort by recently updated
recently updated
newest added

HTCPCP server incorrectly handles incoming network messages leading to a NULL pointer dereference, resulting in crash of the server. Proposed CVSS 3.0 score: 7.5 (High) - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Error message WITHOUT...

The stored responses with an Accept-Additions header incorrectly delimits additions with semicolons, when semicolons [";"] should be used per addition to denote additional "params" (see relevant section of [RFC2324](https://tools.ietf.org/html/rfc2324#section-2.2.2.1)) or...