From: Chris B. <buc...@us...> - 2010-11-29 21:15:17
|
Update of /cvsroot/sblim/sfcb In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv29933 Modified Files: queryLexer.l ChangeLog NEWS Log Message: [ 3122725 ] Cleanup warnings in queryLexer and test provider Index: queryLexer.l =================================================================== RCS file: /cvsroot/sblim/sfcb/queryLexer.l,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- queryLexer.l 19 Mar 2009 23:31:49 -0000 1.7 +++ queryLexer.l 29 Nov 2010 21:15:09 -0000 1.8 @@ -71,6 +71,7 @@ IDENT_CHAR [A-Za-z_] %option nounput +%option noinput %% Index: NEWS =================================================================== RCS file: /cvsroot/sblim/sfcb/NEWS,v retrieving revision 1.565 retrieving revision 1.566 diff -u -d -r1.565 -r1.566 --- NEWS 29 Nov 2010 20:15:54 -0000 1.565 +++ NEWS 29 Nov 2010 21:15:09 -0000 1.566 @@ -11,6 +11,7 @@ - 3097310 localConnect in cimcClientSfcbLocal.c accesses free'd memory - 3087577 Provider MI accessed before finished initializing - 3109469 Potential Buffer Overflow in msgqueue.c:localConnectServer() +- 3122725 Cleanup warnings in queryLexer and test provider Changes in 1.3.9 ================ Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/sfcb/ChangeLog,v retrieving revision 1.638 retrieving revision 1.639 diff -u -d -r1.638 -r1.639 --- ChangeLog 29 Nov 2010 20:15:54 -0000 1.638 +++ ChangeLog 29 Nov 2010 21:15:09 -0000 1.639 @@ -1,3 +1,8 @@ +2010-11-29 Chris Buccella <buc...@li...> + + * queryLexer.l, test/TestProviders/cmpiTestMethodProvider.c, + [ 3122725 ] Cleanup warnings in queryLexer and test provider + 2010-11-17 Chris Buccella <buc...@li...> * msgqueue.c: |