comparison .hgtags @ 7124:55d2b08d9c44 stable

vcs: sanitize diff context values (Issue #306) - Updated Git repository implementation to ensure context falls within 0 to 2**31-1 range (inclusive) when fetching a diff. - Added tests for Git repositories for checking passed-in negative and overflowing contexts (for the --unified option). - Updated Mercurial repository implementation to ensure context is not negative when fetching a diff. - Added tests for Mercurial repositories for checking passed-in negative context (for the --unified option).
author Branko Majic <branko@majic.rs>
date Fri, 09 Feb 2018 18:12:19 +0100
parents 9b9258f5e2b2
children 08fbf0562fa5
comparison
equal deleted inserted replaced
7123:cefb13bad9b5 7124:55d2b08d9c44