Skip to content

Errors in git-help.c

Florin Mihalache requested to merge florin.mihalache/git-tutorial:help into help

Fixed the following errors in git-help.c:

  1. argc overflow (decremented argc in order to access the last command argument)
  2. incremented the size for malloc

Merge request reports