mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
Merge branch 'upstream-KWSys' into ci-fedora-38
* upstream-KWSys: KWSys 2023-05-22 (df6f93a4)
This commit is contained in:
@@ -378,6 +378,10 @@ bool RegularExpression::compile(const char* exp)
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef __clang_analyzer__ /* Convince it that the program is initialized. */
|
||||
memset(this->program, 0, comp.regsize);
|
||||
#endif
|
||||
|
||||
// Second pass: emit code.
|
||||
comp.regparse = exp;
|
||||
comp.regnpar = 1;
|
||||
|
||||
Reference in New Issue
Block a user