Ignore:
Timestamp:
Jun 5, 2006, 3:12:48 PM (19 years ago)
Author:
ggaren
Message:

Reviewed By Maciej.
Darin already reviewed this change on the branch. See <rdar://problem/4317701>.


  • Fixed <rdar://problem/4291345> PCRE overflow in Safari JavaScriptCore

No test case because there's no behavior change.


  • pcre/pcre_compile.c: (read_repeat_counts): Check for integer overflow / out of bounds
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r14569 r14736  
    229229                E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; };
    230230/* End PBXBuildFile section */
    231 
    232 /* Begin PBXBuildStyle section */
    233                 1442B6C20A24D53E00AE84F6 /* Development */ = {
    234                         isa = PBXBuildStyle;
    235                         buildSettings = {
    236                                 COPY_PHASE_STRIP = NO;
    237                         };
    238                         name = Development;
    239                 };
    240                 1442B6C30A24D53E00AE84F6 /* Deployment */ = {
    241                         isa = PBXBuildStyle;
    242                         buildSettings = {
    243                                 COPY_PHASE_STRIP = YES;
    244                         };
    245                         name = Deployment;
    246                 };
    247 /* End PBXBuildStyle section */
    248231
    249232/* Begin PBXContainerItemProxy section */
     
    1000983                        isa = PBXProject;
    1001984                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
    1002                         buildSettings = {
    1003                         };
    1004                         buildStyles = (
    1005                                 1442B6C20A24D53E00AE84F6 /* Development */,
    1006                                 1442B6C30A24D53E00AE84F6 /* Deployment */,
    1007                         );
    1008985                        hasScannedForEncodings = 1;
    1009986                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note: See TracChangeset for help on using the changeset viewer.