mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 03:26:56 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+2
@@ -895,6 +895,8 @@ class EnumDB extends DataTypeDB implements Enum {
|
|||||||
public int getMinimumPossibleLength() {
|
public int getMinimumPossibleLength() {
|
||||||
lock.acquire();
|
lock.acquire();
|
||||||
try {
|
try {
|
||||||
|
checkIsValid();
|
||||||
|
initializeIfNeeded();
|
||||||
if (valueMap.isEmpty()) {
|
if (valueMap.isEmpty()) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,9 +122,9 @@ def Map<String, List<String>> getIpForModule(Project p) {
|
|||||||
exclude "**/build/**";
|
exclude "**/build/**";
|
||||||
exclude "certification.manifest"
|
exclude "certification.manifest"
|
||||||
exclude "certification.local.manifest"
|
exclude "certification.local.manifest"
|
||||||
exclude ".project"
|
exclude "**/.project"
|
||||||
exclude ".classpath"
|
exclude "**/.classpath"
|
||||||
exclude ".pydevproject"
|
exclude "**/.pydevproject"
|
||||||
exclude "Module.manifest"
|
exclude "Module.manifest"
|
||||||
exclude "build.gradle"
|
exclude "build.gradle"
|
||||||
exclude "buildNatives.gradle"
|
exclude "buildNatives.gradle"
|
||||||
|
|||||||
Reference in New Issue
Block a user