Open chu11 opened 6 months ago
The hsprintf() convenience functions should be replaced with asprintf() (probably a xasprintf() equivalent).
hsprintf()
asprintf()
xasprintf()
some locations, such as in redfishpower can have their xmalloc() + snprintf() replaced as a result too.
redfishpower
xmalloc()
snprintf()
The
hsprintf()
convenience functions should be replaced withasprintf()
(probably axasprintf()
equivalent).some locations, such as in
redfishpower
can have theirxmalloc()
+snprintf()
replaced as a result too.