Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14824 closed enhancement (fixed)

git-2.31.1

Reported by: Douglas R. Reno Owned by: Tim Tassonis
Priority: normal Milestone: 11.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version

Change History (3)

comment:1 by Tim Tassonis, 3 years ago

Owner: changed from blfs-book to Tim Tassonis
Status: newassigned
  • The fsmonitor interface read from its input without making sure there is something to read from. This bug is new in 2.31 timeframe.
  • The data structure used by fsmonitor interface was not properly duplicated during an in-core merge, leading to use-after-free etc.
  • "git bisect" reimplemented more in C during 2.30 timeframe did not take an annotated tag as a good/bad endpoint well. This regression has been corrected.
  • Fix macros that can silently inject unintended null-statements.
  • CALLOC_ARRAY() macro replaces many uses of xcalloc().
  • Update insn in Makefile comments to run fuzz-all target.
  • Fix a corner case bug in "git mv" on case insensitive systems, which was introduced in 2.29 timeframe.

Also contains various documentation updates and code clean-ups.

comment:2 by Tim Tassonis, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed in revision 24409.

comment:3 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.