Commit Diff


commit - f704b35c7dbaaf8f3d4c7ee8b219e027d00816f2
commit + c57e65c96966b9264b0e84ce5b5c4951dfd43c1e
blob - a5e35711cad07f871d62136bb7abc2796def5c56
blob + b9de79592c8945555c163af5377b195c8ca92839
--- CHANGES
+++ CHANGES
@@ -1,3 +1,10 @@
+* got 0.72; 2022-06-18
+- fix "bad offset in pack file" error due to uninitialized variable (op)
+- initialize all variables used for sending privsep messages to zero (op)
+- tog: reset search state after Ctrl-L to fix a use-after-free (op)
+- fix unexpected imsg error after incomplete enumeration in got-read-pack
+- tog: heed selection cursor position while searching (patch by Mikhail)
+
 * got 0.71; 2022-06-17
 - got patch: fail when reading empty hunks (op)
 - got patch: switch from fseek() to fseeko(), use unary minus (naddy)