diff --git a/sqlite-3.20.1-CVE-2017-13685.patch b/sqlite-3.20.1-CVE-2017-13685.patch new file mode 100644 index 0000000..8629015 --- /dev/null +++ b/sqlite-3.20.1-CVE-2017-13685.patch @@ -0,0 +1,41 @@ +ndex: src/shell.c +================================================================== +--- src/shell.c ++++ src/shell.c +@@ -2657,10 +2657,11 @@ + int *aiType /* Column types */ + ){ + int i; + ShellState *p = (ShellState*)pArg; + ++ if( azArg==0 ) return 0; + switch( p->cMode ){ + case MODE_Line: { + int w = 5; + if( azArg==0 ) break; + for(i=0; in ) appendText(p, "|", 0); + for(i=0; i - 3.20.1-3 +- Fixed CVE-2017-13685 CVE-2017-15286 (#1488884) + * Wed Mar 21 2018 Petr Kubat - 3.20.1-2 - Fixed CVE-2018-8740 (#1558809)