]> git.pld-linux.org Git - packages/cryptlib.git/blob - format-security.patch
- fix format string error
[packages/cryptlib.git] / format-security.patch
1 --- cryptlib-3.3.3/session/cmp_rdmsg.c~ 2009-07-10 23:39:22.000000000 +0200
2 +++ cryptlib-3.3.3/session/cmp_rdmsg.c  2015-12-22 23:43:53.932096178 +0100
3 @@ -276,7 +276,7 @@
4                                   "locus %d", errorType, errorLocus ) );
5                 }
6         retExt( errorStatus,
7 -                       ( errorStatus, SESSION_ERRINFO, 
8 +                       ( errorStatus, SESSION_ERRINFO, "%s",
9                           extErrorInfoPtr->errorString ) );
10         }
11  #else
This page took 0.061208 seconds and 3 git commands to generate.