Created attachment 928865 [details] check strdup ret val Description of problem: *o_princ_name = strdup(i_princ_name); if (!o_princ_name) return ENOMEM; FAIL. Version-Release number of selected component (if applicable): 1.11.5-11 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
It appears this is fixed in upstream master, but not yet as of 1.12.2. Pulled in for 1.12.2-3 and 1.11.5-12. Thanks!