mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
xCAT confluent - replacement of conserver and eventually xcatd
2d5a016ad4
For autocons, though it's copying from a static source, use strncpy anyway, despite the length being hardcoded already. This makes static analysis happier. Terminate the buff with a NULL. This is superfluous as the strcpies that preceed are guaranteed to null terminate, or exit the program. In clortho, free(tmps), which is a valid leak, though clortho isn't long running. Also, explicitly return 0, which is ultimately returned by main(). Static analysis could not figure out that padneeded implies that keylen is short of chunk size, so change the check to be expressly the scenario that static analysis was worried about directly, rather than indirectly. Hint to static analysis that we don't care about the time as a time value by masking the lower 32 bit explicitly. This was already happening, but static analysis was afraid that we wanted this as time instead of just some mutating value. |
||
---|---|---|
confluent_client | ||
confluent_common | ||
confluent_osdeploy | ||
confluent_perl | ||
confluent_server | ||
confluent_vtbufferd | ||
confluent_web | ||
container | ||
doc | ||
genesis | ||
imgutil | ||
misc | ||
.gitignore | ||
API.txt | ||
LICENSE | ||
SECURITY | ||
TODO |