mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:52:44 +00:00 
			
		
		
		
	|  ee643b6417 In the situation where the amount of content preceeding the hunk was greater than the max context of the hunk there would be an unsigned underflow, as the logic was assuming signed arithmitic. This underflow would result in the patch not applying, as patch would assume the massive calculated fuzz would result in the patch matching against any file. | ||
|---|---|---|
| .. | ||
| Applier.cpp | ||
| Applier.h | ||
| CMakeLists.txt | ||
| Format.cpp | ||
| Format.h | ||
| Forward.h | ||
| Generator.cpp | ||
| Generator.h | ||
| Hunks.cpp | ||
| Hunks.h | ||