diff options
author | jbj <devnull@localhost> | 2002-06-22 18:51:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-22 18:51:56 +0000 |
commit | 05cb73a7ee762065339393057d421613866e0418 (patch) | |
tree | 533b7192c83e882aab90c337d4356735932de7f0 /lib/poptI.c | |
parent | ba41c1ccb13a7a27466470e501a0d4f30fddec40 (diff) | |
download | rpm-05cb73a7ee762065339393057d421613866e0418.tar.gz rpm-05cb73a7ee762065339393057d421613866e0418.tar.bz2 rpm-05cb73a7ee762065339393057d421613866e0418.zip |
Factor bounds checking annotations into source code.
CVS patchset: 5521
CVS date: 2002/06/22 18:51:56
Diffstat (limited to 'lib/poptI.c')
-rw-r--r-- | lib/poptI.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/poptI.c b/lib/poptI.c index 69a1c8e94..c07eb9fc3 100644 --- a/lib/poptI.c +++ b/lib/poptI.c @@ -1,3 +1,4 @@ +/*@-boundsread@*/ /** \ingroup rpmcli * \file lib/poptI.c * Popt tables for install modes. @@ -240,3 +241,4 @@ struct poptOption rpmInstallPoptTable[] = { POPT_TABLEEND }; /*@=bitwisesigned =compmempass @*/ +/*@=boundsread@*/ |