Michael Lossin on Tue, 16 May 2000 14:57:20 +0200 (CEST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

apsfilter (cvs) small glitches


Hi!

Just in case you don't have enough time on your hands... :)
There are some more minor bugs in apsfilter:


* In the unpack() routine it should read
	cat "$HEADER" - | $unpacker | unpack "$@"
					     ^^^^

* The scanning of /etc/passwd just to get the home directory
seems a bit OTT for me -- and it's _really_ slow on big systems.
Doesn't "eval HOMEDIR=~$USER" do the same thing? Or can $USER
be spoofed in some way?


That's about it...

Michael