ffesti commented on this pull request.


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

This doesn't look right. You can't just write beyond the bounds of the argv 
array. You need to allocate a new - bigger - one.

-- 
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#pullrequestreview-230525861
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to