)]}'
{"src/openvpn/mss.c":[{"author":{"_account_id":1000053,"name":"razvanc","display_name":"Razvan Cojocaru","email":"razvanc@mailbox.org","username":"razvanc"},"change_message_id":"6e684ed85caf68ad5c224ba593a396a695e17025","unresolved":true,"context_lines":[{"line_number":147,"context_line":"    }"},{"line_number":148,"context_line":""},{"line_number":149,"context_line":"    verify_align_4(buf);"},{"line_number":150,"context_line":"    struct openvpn_tcphdr *tc \u003d (struct openvpn_tcphdr *)BPTR(buf);"},{"line_number":151,"context_line":"    int hlen \u003d OPENVPN_TCPH_GET_DOFF(tc-\u003edoff_res);"},{"line_number":152,"context_line":""},{"line_number":153,"context_line":"    /* Invalid header length or header without options. */"}],"source_content_type":"text/x-csrc","patch_set":17,"id":"9baf0266_4a84e46c","line":150,"updated":"2026-08-30 19:01:30.000000000","message":"For this function and a few others doing this sort of thing to the parameter it might not be ideal to constify the argument, because now we\u0027re pretending it\u0027s const when we\u0027re casting and writing to it inside the function.","commit_id":"0866f76a03f9284abd418b91ca1933a513d4cbc6"}],"src/openvpn/tun.c":[{"author":{"_account_id":1000053,"name":"razvanc","display_name":"Razvan Cojocaru","email":"razvanc@mailbox.org","username":"razvanc"},"change_message_id":"6e684ed85caf68ad5c224ba593a396a695e17025","unresolved":true,"context_lines":[{"line_number":3250,"context_line":"}"},{"line_number":3251,"context_line":""},{"line_number":3252,"context_line":"ssize_t"},{"line_number":3253,"context_line":"read_tun(struct tuntap *tt, uint8_t *buf, int len)"},{"line_number":3254,"context_line":"{"},{"line_number":3255,"context_line":"    return read(tt-\u003efd, buf, len);"},{"line_number":3256,"context_line":"}"}],"source_content_type":"text/x-csrc","patch_set":17,"id":"4907d4e9_173ee7aa","line":3253,"updated":"2026-08-30 19:01:30.000000000","message":"Shouldn\u0027t this (and the function above) have been constified as well? Do we no longer build for AIX? If not, should we just remove all the AIX code?","commit_id":"0866f76a03f9284abd418b91ca1933a513d4cbc6"},{"author":{"_account_id":1000053,"name":"razvanc","display_name":"Razvan Cojocaru","email":"razvanc@mailbox.org","username":"razvanc"},"change_message_id":"6e684ed85caf68ad5c224ba593a396a695e17025","unresolved":true,"context_lines":[{"line_number":6307,"context_line":"}"},{"line_number":6308,"context_line":""},{"line_number":6309,"context_line":"ssize_t"},{"line_number":6310,"context_line":"read_tun(struct tuntap *tt, uint8_t *buf, int len)"},{"line_number":6311,"context_line":"{"},{"line_number":6312,"context_line":"    return read(tt-\u003efd, buf, len);"},{"line_number":6313,"context_line":"}"}],"source_content_type":"text/x-csrc","patch_set":17,"id":"1c2639ef_8a51a659","line":6310,"updated":"2026-08-30 19:01:30.000000000","message":"Here too, this function and the one above have not been constified.","commit_id":"0866f76a03f9284abd418b91ca1933a513d4cbc6"}]}
