The first commit fixes the use of an uninitialized buffer in rpmdeps and should 
be trivial to merge.

The second commit changes `rpmdeps --rpmfcdebug` to output to stdout. This 
makes more sense when using it as the sole output from rpmdeps, as the output 
will no longer mix with any warnings sent to stderr. I guess it may make less 
sense if --rpmfcdebug is used together with any of the other output options, 
e.g., --provides or --requires. It would be possible to send the output from 
--rpmfcdebug to either stderr or stdout depending on if any other output 
options are used or not, but that may be more confusing than beneficial.

You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/216

-- Commit Summary --

  * Do not call rpmfcPrint() with an uninitialized buffer in rpmdeps
  * Send the output from rpmfcPrint() to stdout in rpmdeps

-- File Changes --

    M tools/rpmdeps.c (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/216.patch
https://github.com/rpm-software-management/rpm/pull/216.diff

-- 
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/216
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to