Hi, > > This series bundles several small fixes and enhancements > I stumbled over during short testing today. > > It can also be found in my Github tree: > https://github.com/mhei/mmc-utils/tree/fixes-enh > > Michael Heimpold (5): > Check calloc's return value before using the pointer > Cleanup memory in error case > Fix parsing of character in to_binstr() > Optimize to_binstr() function > Add eMMC vendor Micron to table > Aside of the tad optimization of strcat which seems a bit excessive (After all, it's not as if we're in the data path), This series looks good to me. Reviewed-by: Avri Altman <avri.altman@xxxxxxx>