1
0
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:
Bryan Roe
2019-12-09 10:46:46 -08:00
parent d9af17e2c9
commit 09666e0bc8

View File

@@ -191,6 +191,7 @@ function SMBiosTables()
catch(e)
{
}
if (JSON.stringify(r).length > 65535) { r = {}; }
return r;
}
this.processorInfo = function processorInfo(data) {