Projects STRLCPY scan4all Commits 21c15d30
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    pocs_yml/utils/load.go
    skipped 38 lines
    39 39   }
    40 40   var foundFiles []string
    41 41   for _, entry := range entries {
    42  - if strings.HasPrefix(entry.Name(), pocname+"-") {
     42 + //if strings.HasPrefix(entry.Name(), pocname+"-") {
     43 + if -1 < strings.Index(entry.Name(), pocname) {
    43 44   foundFiles = append(foundFiles, entry.Name())
    44 45   }
    45 46   }
    skipped 3 lines
Please wait...
Page is in error, reload to recover