Johannes von Rotz (jr {AT} vrtz.ch)


Patch
r1906502

r1906502 | stsp | 2023-01-09 14:04:44 +0000 (Mon, 09 Jan 2023)

Fix missing pointer dereference in the diff parser.

* subversion/libsvn_diff/parse-diff.c
  (parse_pretty_mergeinfo_line): number_of_forward_merges is a pointer.
    Read the number of forward merges as intended, instead of checking
    whether the address is greater zero.

Patch by: Johannes von Rotz (jr {AT} vrtz.ch)