commit 7b4e4feb80bf2d3d829877aeabd4355677e8b8d2 from: Omar Polo date: Sun Aug 15 18:14:20 2021 UTC we don't crash anymore on invalid tab ids commit - c99caccffc85473f4d7ee7e632284bc003dd2c1a commit + 7b4e4feb80bf2d3d829877aeabd4355677e8b8d2 blob - 3675d53ebdddc2ebd65e9563e182919ef5af1ea4 blob + cd954fb064de426894e1046005693ecee44b544b --- telescope.c +++ telescope.c @@ -259,9 +259,9 @@ handle_check_cert_user_choice(int accept, struct tab * * trust the certificate for this session only. If * the page results in a redirect while we're asking * the user to save, we'll end up with an invalid - * tabid (one request == one tab id) and crash. It - * also makes sense to save it for the current session - * if the user accepted it. + * tabid (one request == one tab id). It also makes + * sense to save it for the current session if the + * user accepted it. */ tofu_temp_trust(&certs, tab->uri.host, tab->uri.port, tab->cert);