mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20190328 snapshot
This commit is contained in:
+1
-1
@@ -1376,7 +1376,7 @@ seedrand ()
|
||||
v = find_variable ("BASH_VERSION");
|
||||
sbrand (tv.tv_sec ^ tv.tv_usec ^ getpid () ^ ((u_bits32_t)&v & 0x7fffffff));
|
||||
#else
|
||||
sbrand (tv.tv_sec ^ tv.tv_usec ^ getpid ());
|
||||
sbrand (tv.tv_sec ^ tv.tv_usec ^ getpid () ^ getppid () ^ current_user.uid ^ current_user.gid);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user