mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 19:53:47 +00:00
Capped max size of SMBIOS results
This commit is contained in:
@@ -191,6 +191,7 @@ function SMBiosTables()
|
||||
catch(e)
|
||||
{
|
||||
}
|
||||
if (JSON.stringify(r).length > 65535) { r = {}; }
|
||||
return r;
|
||||
}
|
||||
this.processorInfo = function processorInfo(data) {
|
||||
|
||||
Reference in New Issue
Block a user