frozencemetery commented on this pull request.


>  
-    ts = rpmtsFree(ts);
+    if (argc == 1)
+       argv[argc++] = "-";

Per C standard, argv[argc] is always defined to be a NULL pointer.  (Section 
5.1.2.2.1, paragraph 2, in ISO/IEC 9899:1999).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/681#discussion_r278663743
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to