1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Andreas Schneider f670cae69d s3-utils: Correctly handle getenv() for the later system() call.
The returned string of getenv() has an unknown size. You need to store
the result always in a char array with a certain size to make sure we
don't feed tainted data to the next function call.

Found by Coverity.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
2012-12-12 15:00:02 +01:00
..
2011-10-12 22:45:53 +02:00
2011-07-21 14:57:10 +02:00
2012-05-28 14:49:49 +02:00
2012-02-16 08:29:41 +01:00
2012-07-18 15:49:52 +02:00