Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/sh
Module Name: src
Committed By: christos
Date: Tue May 26 21:35:15 UTC 2015
Modified Files:
src/bin/sh: main.c options.h sh.1 var.c var.h
Log Message:
Drop privileges when executed set{u,g}id unless -p is specified like other
shells do to avoid system() and popen() abuse.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/bin/sh/main.c
cvs rdiff -u -r1.21 -r1.22 src/bin/sh/options.h
cvs rdiff -u -r1.114 -r1.115 src/bin/sh/sh.1
cvs rdiff -u -r1.43 -r1.44 src/bin/sh/var.c
cvs rdiff -u -r1.25 -r1.26 src/bin/sh/var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index