Wujian(Chin) (12022-12-21): > I have modified the issues again. Please review it again. Thank you. > > If the protocol address contains the user name and password, the ps -ef > command exposes plaintext. The -mask_url parameter option is added to > replace the protocol address in the command line with the asterisk (*). > Because other users can run the ps -ef command to view sensitive > information such as the user name and password in the protocol address, > which is insecure. > > Signed-off-by: wujian_nanjing > --- > doc/fftools-common-opts.texi | 11 +++++++ > fftools/cmdutils.c | 75 ++++++++++++++++++++++++++++++++++++++++++-- > fftools/cmdutils.h | 25 +++++++++++++++ > fftools/ffmpeg.c | 10 +++--- > fftools/ffplay.c | 9 ++++-- > fftools/ffprobe.c | 10 +++--- > 6 files changed, 126 insertions(+), 14 deletions(-) This new patch still has issues not addressed since the first review. Regards, -- Nicolas George