オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3064 by kumaneko, Fri Sep 25 08:55:35 2009 UTC revision 3088 by kumaneko, Mon Oct 5 06:45:53 2009 UTC
# Line 2167  Fix 2009/09/25 Line 2167  Fix 2009/09/25
2167        The learning mode with "CONFIG::learning={ max_entry=0 }" is almost        The learning mode with "CONFIG::learning={ max_entry=0 }" is almost
2168        the same with the permissive mode, only difference is "mode=learning"        the same with the permissive mode, only difference is "mode=learning"
2169        and "mode=permissive".        and "mode=permissive".
2170    
2171    Fix 2009/10/05
2172    
2173        @ Fix size truncation bug at ccs_memcmp().
2174    
2175          ccs_memcmp() was using "u8" for size parameter by error. Therefore, when
2176          size >= 256 was passed to ccs_memcmp(), it was doing partial comarison
2177          (incorrect result) or read overrun (CPU stall).
2178    
2179          ccs_memcmp() should use "size_t" for size parameter because size of
2180          "struct ccs_condition" may exceed 256 bytes if complicated condition was
2181          given.

Legend:
Removed from v.3064  
changed lines
  Added in v.3088

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26