2
0
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
Go to file
Jarrod Johnson 2d5a016ad4 Tweak various issues for static analysis.
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.
2022-12-06 15:35:49 -05:00
confluent_client Add rebase to osdeploy man page 2022-12-02 11:35:10 -05:00
confluent_common Change rpm spec to build using python2 2019-09-23 11:11:16 -04:00
confluent_osdeploy Tweak various issues for static analysis. 2022-12-06 15:35:49 -05:00
confluent_perl Add support for shell based plugins 2014-05-27 15:02:53 -04:00
confluent_server Use bytearray in PXE processing 2022-12-02 11:24:00 -05:00
confluent_vtbufferd Fix build script for vtbufferd 2022-08-23 16:08:25 -04:00
confluent_web Implement ability to prompt for nodeattrib options. 2018-09-04 09:38:01 -04:00
container Provide a sample container build 2021-07-08 09:39:36 -04:00
doc Remove single byte TLV concept from socket protocol. 2013-10-12 21:15:52 -04:00
genesis Omit extraneous related rpms 2022-11-15 11:46:52 -05:00
imgutil Have imgutil exec attempt to provide source repos 2022-11-30 10:15:12 -05:00
misc Correct syntax error in sample script 2022-11-30 11:09:57 -05:00
.gitignore Fix gitignore to track ronn files 2021-01-21 11:52:22 -05:00
API.txt Remove kwargs to provide forward compatibility, it doesn't seem to be workable in python 2013-09-09 15:42:00 -04:00
LICENSE Trim to appropriate content for the license 2022-04-25 15:18:27 -04:00
SECURITY Add some notes about security related design 2014-04-21 16:01:14 -04:00
TODO Avoid trying to set title on incapable terminals 2014-10-06 16:51:56 -04:00