chaos / powerman

cluster power control
GNU General Public License v2.0
43 stars 19 forks source link

powerman: replace hsprintf with asprintf #189

Open chu11 opened 6 months ago

chu11 commented 6 months ago

The hsprintf() convenience functions should be replaced with asprintf() (probably a xasprintf() equivalent).

some locations, such as in redfishpower can have their xmalloc() + snprintf() replaced as a result too.