Hello,
Looks like version 2.13~ppa1 works correctly when fsck actually checks
disks, but crashes when checks are skipped (i.e. when filesystems are
clean).
If filesystems are clean, splash screen animation loops endlessly and
nothing happens. But it is possible to press key 'C' and get to recover
Looks like I've fixed this bug (see attached patch).
Some characters in dash are escaped for internal use (сшуЁ in UTF-8 = d1
81 d1 88 d1 83 d0 81 is translated to d1 81 81 d1 81 88 d1 81 83 d0 81
81), then unescaped. But redirection-to-file strings are treated
differently and are unescaped twice
** Patch added: "Patch from official git repository, March 20 2010"
http://launchpadlibrarian.net/42925623/commit-e9bd323
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/42925288/Dependencies.txt
--
git daemon crashes with SIGSEGV on incoming connection
https://bugs.
Public bug reported:
Binary package hint: git-core
There is a bug (typo) in parse_host_and_port() function. Function
returns an invalid pointer, and then daemon crashes.
This bug is already fixed in git version 1.7.0.3
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: git-core 1:1.7.0-1
Pro