1 parent 12fda45 commit 703f876Copy full SHA for 703f876
1 file changed
README.md
@@ -103,3 +103,8 @@ The parsing code has also had a modest amount of fuzz testing.
103
7. When parsing mail-formatted patch headers, leading and trailing whitespace
104
is always removed from `Subject` lines. There is no exact equivalent to `git
105
mailinfo -k`.
106
+
107
+8. When applying patches, the library enforces limits on binary patch sizes by
108
+ default that are not enforced by `git apply`. Clients may disable these
109
+ limits at the risk of allowing significant memory allocation when processing
110
+ untrusted patches.
0 commit comments